Skip to content

Commit 57cfbe2

Browse files
committed
fix: typo in e2e selector
1 parent 53be791 commit 57cfbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/flask/btc/btc-account-overview.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('BTC Account - Overview', function (this: Suite) {
5555
});
5656

5757
await driver.waitForSelector({
58-
css: 'p',
58+
tag: 'p',
5959
text: `${DEFAULT_BTC_BALANCE} BTC`,
6060
});
6161
},

0 commit comments

Comments
 (0)