Skip to content

Commit

Permalink
Wait longer on study view
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Dec 5, 2023
1 parent a9d8530 commit d8ca8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/customTabs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function runTests(pageName, url, tabLocation) {
};
});

$('.mainTabs').waitForDisplayed();
$('.mainTabs').waitForDisplayed({ timeout: 30000 });

assert.equal(
$('=Async Tab').isDisplayed(),
Expand Down

0 comments on commit d8ca8e2

Please sign in to comment.