Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 committed Aug 24, 2023
1 parent c682df4 commit 09980b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/fixtures/driver/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe.only('TestRun - Driver protocol', function () {
});

describe.only('Regression', function () {
it.only('Should allow mixed execution order (GH-564)', function () {
it('Should allow mixed execution order (GH-564)', function () {
return runTests('./testcafe-fixtures/driver-test.js', 'Mixed execution order');
});

Expand All @@ -48,7 +48,7 @@ describe.only('TestRun - Driver protocol', function () {
return runTests('./testcafe-fixtures/clear-and-lock-storages-native-automation-part-2.js');
});

it('Should force page reload if url has # in Native Automation', function () {
it.only('Should force page reload if url has # in Native Automation', function () {
return runTests('./testcafe-fixtures/page-url-with-hash.js');
});
});
Expand Down

0 comments on commit 09980b0

Please sign in to comment.