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.
2 parents c3dea3c + 53e94a3 commit 9da9c35Copy full SHA for 9da9c35
tests/e2e/tests/regression/database/edit-db.e2e.ts
@@ -60,7 +60,7 @@ test
60
await t.typeText(myRedisDatabasePage.AddRedisDatabase.portInput, ossStandaloneConfig.port, { replace: true, paste: true });
61
await t.click(myRedisDatabasePage.AddRedisDatabase.addRedisDatabaseButton);
62
await myRedisDatabasePage.clickOnDBByName(ossStandaloneConfig.databaseName);
63
- await apiKeyRequests.deleteKeyByNameApi(keyName, ossStandaloneBigConfig.databaseName);
+ await apiKeyRequests.deleteKeyByNameApi(keyName, ossStandaloneConfig.databaseName);
64
await databaseAPIRequests.deleteStandaloneDatabaseApi(ossStandaloneConfig);
65
})('Verify that context for previous database not saved after editing port/username/password/certificates/SSH', async t => {
66
const command = 'HSET';
0 commit comments