We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf1ac7 commit 52b7aedCopy full SHA for 52b7aed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: [ubuntu-latest, macos-latest]
+ os: [macos-latest]
25
26
steps:
27
- name: Checkout experimentation plugin
test/webdriverio/test/move_test.ts
@@ -109,7 +109,7 @@ suite('Move start tests', function () {
109
// a stack heal (really: unary operator chain heal) will NOT occur.
110
//
111
// Also tests initiating a move via the context menu.
112
- test('Start moving value blocks', async function () {
+ test.only('Start moving value blocks', async function () {
113
for (let i = 1; i < 7; i++) {
114
// Navigate to statement_<i>.
115
await focusOnBlock(this.browser, `value_${i}`);
0 commit comments