Stop page refresh

To prevent state element exception
This commit is contained in:
Marcial Rosales 2025-05-27 15:41:30 +02:00
parent 98061c8e96
commit a92242918b
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ describe('Exchange management', function () {
if (!await overview.isLoaded()) {
throw new Error('Failed to login')
}
overview.clickOnExchangesTab()
await overview.selectRefreshOption("Do not refresh")
await overview.clickOnExchangesTab()
})
it('display summary of exchanges', async function () {