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 98061c8 commit a922429Copy full SHA for a922429
selenium/test/exchanges/management.js
@@ -30,7 +30,8 @@ describe('Exchange management', function () {
30
if (!await overview.isLoaded()) {
31
throw new Error('Failed to login')
32
}
33
- overview.clickOnExchangesTab()
+ await overview.selectRefreshOption("Do not refresh")
34
+ await overview.clickOnExchangesTab()
35
})
36
37
it('display summary of exchanges', async function () {
0 commit comments