Skip to content

Commit 3d0302e

Browse files
committed
fix: test - cucumber tags should not contain whitespaces
1 parent f6d6ad4 commit 3d0302e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cypress/e2e/cucumber/allure.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Feature: AllureAPI
99
Rule: TestRule
1010

1111
@testID("12345")
12-
@issue("jira", "tmsLink")
13-
@tms("tms", "tmsLink")
14-
@link("example", "https://example.com")
12+
@issue("jira","tmsLink")
13+
@tms("tms","tmsLink")
14+
@link("example","https://example.com")
1515
@severity("minor")
1616
@tagForTest
1717
Scenario: Cucumber tags should work

0 commit comments

Comments
 (0)