We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0c231 commit 5a143fbCopy full SHA for 5a143fb
1 file changed
test/specs/widgets.e2e.ts
@@ -163,9 +163,13 @@ describe('@widgets - Widgets', () => {
163
reverse: true,
164
timeout: 5000,
165
});
166
+ await elementByText('Bitcoin Blocks').waitForDisplayed({
167
+ reverse: true,
168
+ timeout: 5000,
169
+ });
170
} else {
171
await elementByText('Bitcoin Price').waitForDisplayed();
172
+ await elementByText('Bitcoin Blocks').waitForDisplayed();
173
}
- await elementByText('Bitcoin Blocks').waitForDisplayed();
174
175
0 commit comments