Skip to content

Commit 4c77367

Browse files
committed
Fix e2e test selector
1 parent 62161c8 commit 4c77367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/page-objects/pages/confirmations/redesign/connect-account-confirmation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ConnectAccountConfirmation {
99
};
1010

1111
private readonly connectAccountConfirmationTitle = {
12-
text: 'Connect with MetaMask',
12+
text: 'Connect this website with MetaMask.',
1313
tag: 'h2',
1414
};
1515

0 commit comments

Comments
 (0)