Skip to content

Commit 4d011bc

Browse files
fix e2e
1 parent 8f32a59 commit 4d011bc

File tree

3 files changed

+728
-428
lines changed

3 files changed

+728
-428
lines changed

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dotenv-cli": "^5.0.0",
3535
"eslint": "7.32.0",
3636
"eslint-plugin-import": "2.24.2",
37-
"testcafe": "1.18.5",
37+
"testcafe": "1.14.2",
3838
"testcafe-browser-provider-electron": "0.0.18",
3939
"testcafe-reporter-html": "1.4.6",
4040
"testcafe-reporter-json": "2.2.0",

tests/e2e/pageObjects/add-redis-database-page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export class AddRedisDatabasePage {
4040
* @param parameters the parameters of the database
4141
*/
4242
async addRedisDataBase(parameters: AddNewDatabaseParameters): Promise<void> {
43+
const addDatabaseButtonElement = await this.addDatabaseButton.with({ visibilityCheck: true, timeout: 30000 })();
4344
await t
4445
.click(this.addDatabaseButton)
4546
.click(this.addDatabaseManually)

0 commit comments

Comments
 (0)