Skip to content

Commit c8743df

Browse files
committed
chore: Swap disabled tests.
1 parent cf3b5c4 commit c8743df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/webdriverio/test/flyout_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ suite.only('Toolbox and flyout test', function () {
311311
await this.browser.getAlertText();
312312
});
313313

314-
test('callbackKey is activated with enter', async function () {
314+
test.skip('callbackKey is activated with enter', async function () {
315315
setSynchronizeCoreBlocklyRendering(false);
316316
await tabNavigateToToolbox(this.browser);
317317
await idle(this.browser);

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ suite.only('Move start tests', function () {
4545
// heal will occur.
4646
//
4747
// Also tests initating a move using the shortcut key.
48-
test.only('Start moving statement blocks', async function () {
48+
test('Start moving statement blocks', async function () {
4949
for (let i = 1; i < 7; i++) {
5050
// Navigate to statement_<i>.
5151
await focusOnBlock(this.browser, `statement_${i}`);

0 commit comments

Comments
 (0)