From 16566d3e7eb6984896cf0fdcabaa98c500c2b75b Mon Sep 17 00:00:00 2001 From: yurkovychv Date: Fri, 15 Nov 2024 11:07:58 +0200 Subject: [PATCH] PMM-7 fix rdsadmin test --- tests/pages/remoteInstancesPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pages/remoteInstancesPage.js b/tests/pages/remoteInstancesPage.js index c9fca29fb..7827c919c 100644 --- a/tests/pages/remoteInstancesPage.js +++ b/tests/pages/remoteInstancesPage.js @@ -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) => {