We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53be791 commit 57cfbe2Copy full SHA for 57cfbe2
test/e2e/flask/btc/btc-account-overview.spec.ts
@@ -55,7 +55,7 @@ describe('BTC Account - Overview', function (this: Suite) {
55
});
56
57
await driver.waitForSelector({
58
- css: 'p',
+ tag: 'p',
59
text: `${DEFAULT_BTC_BALANCE} BTC`,
60
61
},
0 commit comments