Skip to content

Commit 2684ddb

Browse files
remove only
1 parent db052ac commit 2684ddb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/e2e/tests/web/critical-path/database/connecting-to-the-db.e2e.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { sshPrivateKey, sshPrivateKeyWithPasscode } from '../../../../test-data/
1313
import { Common } from '../../../../helpers/common';
1414
import { BrowserActions } from '../../../../common-actions/browser-actions';
1515
import { goBackHistory } from '../../../../helpers/utils';
16-
import { t } from 'testcafe';
1716
import { AddRedisDatabaseDialog } from '../../../../pageObjects/dialogs';
1817

1918
const myRedisDatabasePage = new MyRedisDatabasePage();
@@ -96,7 +95,7 @@ test
9695
.expect(myRedisDatabasePage.AddRedisDatabaseDialog.hostInput.value).eql(defaultHost, 'Default sentinel host not prepopulated')
9796
.expect(myRedisDatabasePage.AddRedisDatabaseDialog.portInput.value).eql(defaultSentinelPort, 'Default sentinel port not prepopulated');
9897
});
99-
test
98+
test.only
10099
.meta({ rte: rte.standalone })
101100
.after(async() => {
102101
// Delete databases
@@ -219,7 +218,7 @@ test
219218
await Common.checkURL(externalPageLinkNavigation);
220219
await goBackHistory();
221220
});
222-
test.only
221+
test
223222
.meta({ rte: rte.none })
224223
.before(async t => {
225224
await databaseHelper.acceptLicenseTermsAndAddDatabaseApi(ossStandaloneRedisGears);

0 commit comments

Comments
 (0)