Skip to content

Commit a3aa3d8

Browse files
quarantined flaky tests
1 parent 2de1514 commit a3aa3d8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

samples/test/cucumber.wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const cucumberOpts: WebdriverIO.CucumberOpts = {
9999
// tags matching the expression, see
100100
// https://docs.cucumber.io/tag-expressions/
101101
// tagExpression: 'not @Pending',
102-
tags: 'not @Pending',
102+
tags: 'not @Pending and not @quarantined',
103103
// <boolean> add cucumber tags to feature or scenario name
104104
// tagsInTitle: false,
105105
// <number> timeout for step definitions

samples/test/features/identifier-first-auth.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Feature: Login with Identifier First
1414
And a user named "Mary"
1515
And she has an account with "active" state in the org
1616

17-
@flaky
17+
@quarantined
1818
Scenario: Mary logs in with Email with an OTP
1919
When she clicks the "login" button
2020
Then she is redirected to the "Login" page
@@ -33,7 +33,7 @@ Feature: Login with Identifier First
3333
And she sees a table with her profile info
3434
And the cell for the value of "email" is shown and contains her "email"
3535

36-
@flaky
36+
@quarantined
3737
Scenario: Mary Logs in with Email Magic Link on the same Browser
3838
Given the app has Email Verification callback uri defined
3939
When she clicks the "login" button

samples/test/features/mfa-password-and-email-magic-link.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Multi-Factor Authentication with Password and Email Magic Link
88
And a user named "Mary"
99
And she has an account with "active" state in the org
1010

11-
@flaky
11+
@quarantined
1212
Scenario: 2FA Login with Email Magic Link on the same browser
1313
When she clicks the "login" button
1414
Then she is redirected to the "Login" page

samples/test/features/mfa-password-and-email.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Feature: Multi-Factor Authentication with Password and Email
77
And a user named "Mary"
88
And she has an account with "active" state in the org
99

10-
@flaky
10+
@quarantined
1111
Scenario: Mary enters a wrong verification code
1212
When she clicks the "login" button
1313
Then she is redirected to the "Login" page
@@ -22,7 +22,7 @@ Feature: Multi-Factor Authentication with Password and Email
2222
And she submits the form
2323
Then the sample shows an error message "Invalid code. Try again." on the Sample App
2424

25-
@flaky
25+
@quarantined
2626
Scenario: 2FA Login with Email
2727
When she clicks the "login" button
2828
Then she is redirected to the "Login" page

samples/test/features/self-service-password-recovery.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Background:
77
And a user named "Mary"
88
And she has an account with "active" state in the org
99

10-
@flaky
10+
@quarantined
1111
Scenario: Mary resets her password
1212
When she clicks the "login" button
1313
Then she is redirected to the "Login" page

0 commit comments

Comments
 (0)