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 48e460e commit 7825a7eCopy full SHA for 7825a7e
tests/e2e/tests/smoke/browser/add-keys.e2e.ts
@@ -19,7 +19,7 @@ fixture `Add keys`
19
await browserPage.deleteKeyByName(keyName);
20
await deleteDatabase(ossStandaloneConfig.databaseName);
21
});
22
-test('Verify that user can add Hash Key', async t => {
+test.only('Verify that user can add Hash Key', async t => {
23
keyName = Common.generateWord(10);
24
// Add Hash key
25
await browserPage.addHashKey(keyName);
0 commit comments