Skip to content

Commit 5a143fb

Browse files
committed
blocks adjust
1 parent 3e0c231 commit 5a143fb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/specs/widgets.e2e.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,13 @@ describe('@widgets - Widgets', () => {
163163
reverse: true,
164164
timeout: 5000,
165165
});
166+
await elementByText('Bitcoin Blocks').waitForDisplayed({
167+
reverse: true,
168+
timeout: 5000,
169+
});
166170
} else {
167171
await elementByText('Bitcoin Price').waitForDisplayed();
172+
await elementByText('Bitcoin Blocks').waitForDisplayed();
168173
}
169-
await elementByText('Bitcoin Blocks').waitForDisplayed();
170174
});
171175
});

0 commit comments

Comments
 (0)