Skip to content

Commit adc0c98

Browse files
committed
chore: Drop inner suite.
1 parent eceb74f commit adc0c98

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
@@ -254,7 +254,7 @@ suite.only('Toolbox and flyout test', function () {
254254
chai.assert.isTrue(flyoutIsOpen);
255255
});
256256

257-
suite('Flyout buttons', function () {
257+
suite.skip('Flyout buttons', function () {
258258
setup(async function () {
259259
// New toolbox definition
260260
const toolbox = {

0 commit comments

Comments
 (0)