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 16566d3 commit 9041232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/remoteInstancesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ module.exports = {
clickAddInstanceAndWaitForSuccess() {
I.waitForVisible(this.fields.addService, 30);
I.wait(1);
I.click(this.fields.addService, { force: true });
I.forceClick(this.fields.addService);

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

0 comments on commit 9041232

Please sign in to comment.