Skip to content

Commit df7324a

Browse files
committed
chore: Re-open alert. Reduce previous test.
1 parent e561389 commit df7324a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/webdriverio/test/flyout_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ suite.only('Toolbox and flyout test', function () {
305305
// First thing in the toolbox is the first button
306306
// Press Enter to activate it.
307307
await keyRight(this.browser);
308-
// await sendKeyAndWait(this.browser, webdriverio.Key.Enter);
308+
await sendKeyAndWait(this.browser, webdriverio.Key.Enter);
309309

310310
// This errors if there is no alert present
311-
// await this.browser.getAlertText();
311+
await this.browser.getAlertText();
312312
});
313313

314314
test.skip('callbackKey is activated with enter', async function () {

test/webdriverio/test/move_test.ts

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

0 commit comments

Comments
 (0)