We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300bba2 commit 2853223Copy full SHA for 2853223
tests/e2e/tests/smoke/database/add-standalone-db.e2e.ts
@@ -81,7 +81,7 @@ test
81
await myRedisDatabasePage.clickOnEditDBByName(ossStandaloneConfig.databaseName);
82
await t.expect(myRedisDatabasePage.AddRedisDatabase.timeoutInput.value).eql(connectionTimeout, 'Connection timeout is not customized');
83
});
84
-test.only
+test
85
.meta({ rte: rte.reCluster })
86
.after(async() => {
87
await deleteDatabase(redisEnterpriseClusterConfig.databaseName);
0 commit comments