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 fa02cb9 commit be6fa66Copy full SHA for be6fa66
tests/e2e/tests/critical-path/tree-view/delimiter.e2e.ts
@@ -22,7 +22,7 @@ fixture `Delimiter tests`
22
.afterEach(async() => {
23
await deleteDatabase(ossStandaloneBigConfig.databaseName);
24
})
25
-test.only('Verify that when user changes the delimiter and clicks on Save button delimiter is applied', async t => {
+test('Verify that when user changes the delimiter and clicks on Save button delimiter is applied', async t => {
26
// Switch to tree view
27
await t.click(browserPage.treeViewButton);
28
// Change delimiter
0 commit comments