Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit be51e38

Browse files
committed
change the tag to avoid clashing
1 parent c88579a commit be51e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
run: |
402402
npx cypress-expect \
403403
--config testFiles="**/inherits-tag-spec.js" \
404-
--env grepTags="@smoke+@screen-b" \
404+
--env grepTags="@sanity+@screen-b" \
405405
--expect-exactly expects/inherits-tag-spec.json
406406
407407
release:

cypress/integration/inherits-tag-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="cypress" />
22

3-
describe('Screen A', { tags: ['@smoke', '@screen-a'] }, () => {
3+
describe('Screen A', { tags: ['@sanity', '@screen-a'] }, () => {
44
it('loads', { tags: ['@screen-b'] }, () => {
55
// do something that eventually sends the page to screen b.
66
})

0 commit comments

Comments
 (0)