Skip to content

Commit 619a425

Browse files
committed
rever
1 parent cc3d459 commit 619a425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/tests/settings/ipfs-ens-resolution.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ describe('Settings', function () {
102102
// since all we care about is getting to the correct URL
103103
}
104104

105+
// Ensure that the redirect to ENS Domains does not happen
106+
// Instead, the domain will be kept which is a 404
105107
await driver.wait(async () => {
106108
const currentUrl = await driver.getCurrentUrl();
107109
return currentUrl === ENS_NAME_URL;

0 commit comments

Comments
 (0)