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 4d2a86e commit 2750f66Copy full SHA for 2750f66
test/webdriverio/test/insert_test.ts
@@ -26,7 +26,7 @@ import {
26
idle,
27
} from './test_setup.js';
28
29
-suite.only('Insert test', function () {
+suite('Insert test', function () {
30
// Disable timeouts when non-zero PAUSE_TIME is used to watch tests run.
31
if (PAUSE_TIME) this.timeout(0);
32
@@ -141,7 +141,7 @@ suite.only('Insert test', function () {
141
});
142
143
144
-suite.only('Insert test with more blocks', function () {
+suite('Insert test with more blocks', function () {
145
146
147
0 commit comments