Skip to content

Commit be6fa66

Browse files
remove only
1 parent fa02cb9 commit be6fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/tree-view/delimiter.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fixture `Delimiter tests`
2222
.afterEach(async() => {
2323
await deleteDatabase(ossStandaloneBigConfig.databaseName);
2424
})
25-
test.only('Verify that when user changes the delimiter and clicks on Save button delimiter is applied', async t => {
25+
test('Verify that when user changes the delimiter and clicks on Save button delimiter is applied', async t => {
2626
// Switch to tree view
2727
await t.click(browserPage.treeViewButton);
2828
// Change delimiter

0 commit comments

Comments
 (0)