We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81d89e commit 7028abeCopy full SHA for 7028abe
test/specs/boost.e2e.ts
@@ -292,6 +292,6 @@ describe('@boost - Boost', () => {
292
await elementById('StatusConfirmed').waitForDisplayed();
293
await doNavigationClose();
294
await tap('ActivityShort-1')
295
- await expectText('Removed From Mempool', {strategy: 'contains'})
+ await elementById('StatusRemoved').waitForDisplayed();
296
});
297
0 commit comments