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 78fad15 commit c699491Copy full SHA for c699491
tests/e2e/tests/regression/cli/cli-re-cluster.e2e.ts
@@ -95,7 +95,7 @@ test
95
await deleteAllSentinelDatabasesApi(ossSentinelConfig);
96
})('Verify that user can add data via CLI in Sentinel Primary Group', async() => {
97
// Verify that database index switcher displayed for Sentinel
98
- await t.expect(databaseOverviewPage.changeIndexBtn.exists).notOk('Change Db index control not displayed for Sentinel DB');
+ await t.expect(databaseOverviewPage.changeIndexBtn.exists).ok('Change Db index control not displayed for Sentinel DB');
99
100
await verifyCommandsInCli();
101
});
0 commit comments