Skip to content

Commit 31da0bc

Browse files
remove only
1 parent c1a015a commit 31da0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/database/import-databases.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ test('Connection import modal window', async t => {
125125
await t.click(myRedisDatabasePage.removeImportedFileBtn);
126126
await t.expect(myRedisDatabasePage.importDbDialog.textContent).contains(defaultText, 'File not removed from import input');
127127
});
128-
test.only('Connection import from JSON', async t => {
128+
test('Connection import from JSON', async t => {
129129
// Verify that user can import database with mandatory/optional fields
130130
await databasesActions.importDatabase(rdmData);
131131

0 commit comments

Comments
 (0)