Skip to content

Commit 8eda087

Browse files
committed
fix: Run all tests.
Undoes an earlier change to only run the new flyout/toolbox tests.
1 parent f9c2bbd commit 8eda087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/flyout_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
keyRight,
1919
} from './test_setup.js';
2020

21-
suite.only('Toolbox and flyout test', function () {
21+
suite('Toolbox and flyout test', function () {
2222
// Clear the workspace and load start blocks
2323
setup(async function () {
2424
this.browser = await testSetup(testFileLocations.BASE);

0 commit comments

Comments
 (0)