Skip to content

Commit de61307

Browse files
committed
chore: Re-enable all tests.
1 parent 261974d commit de61307

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
@@ -19,7 +19,7 @@ import {
1919
getCurrentFocusedBlockId,
2020
} from './test_setup.js';
2121

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

0 commit comments

Comments
 (0)