Skip to content

Commit

Permalink
test: fix test/special-tag-only for pw > 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Apr 22, 2024
1 parent e176c18 commit 1681e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/special-tag-only/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ test(testDir.name, () => {

function checkOnlyFeature() {
testDir.expectFileContains('.features-gen/only-feature.feature.spec.js', [
'test.describe.only("only feature", () => {',
'test.skip("skipped scenario", async ({ }) => {});',
'test.describe.only("only feature",',
'test.skip("skipped scenario",',
]);
}

Expand Down

0 comments on commit 1681e73

Please sign in to comment.