Skip to content

Commit

Permalink
PMM-7 fix rdsadmin test
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Nov 15, 2024
1 parent c52c7ae commit 16566d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pages/remoteInstancesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ module.exports = {

clickAddInstanceAndWaitForSuccess() {
I.waitForVisible(this.fields.addService, 30);
I.click(this.fields.addService);
I.wait(1);
I.click(this.fields.addService, { force: true });

I.waitForResponse(
(response) => {
Expand Down

0 comments on commit 16566d3

Please sign in to comment.