Bug 1977313 - Fix failing custom search engines related UI tests r=aaronmt
The UI test started to fail after this [[
https://phabricator.services.mozilla.com/D252233 | change ]] landed.
To fix the 2 UI tests I've removed the snackbar assertions.
Both tests successfuly passed 10x on Firebase ✅
Differential Revision:
https://phabricator.services.mozilla.com/D257244
<!doctype html>
<html><head>
<title>Elliptical border</title>
<style>
div { width: 50px; height: 50px;
border: 10px solid black;
border-radius: 10px / 20px;
}
</style>
</head>
<body><div></div></body></html>