Skip to content

Commit

Permalink
quarantined flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredperreault-okta committed Dec 18, 2023
1 parent e34b90c commit a3b41a3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion samples/test/cucumber.wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const cucumberOpts: WebdriverIO.CucumberOpts = {
// tags matching the expression, see
// https://docs.cucumber.io/tag-expressions/
// tagExpression: 'not @Pending',
tags: 'not @Pending',
tags: 'not @Pending and not @quarantined',
// <boolean> add cucumber tags to feature or scenario name
// tagsInTitle: false,
// <number> timeout for step definitions
Expand Down
4 changes: 2 additions & 2 deletions samples/test/features/identifier-first-auth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: Login with Identifier First
And a user named "Mary"
And she has an account with "active" state in the org

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

@flaky
@quarantined
Scenario: Mary Logs in with Email Magic Link on the same Browser
Given the app has Email Verification callback uri defined
When she clicks the "login" button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Multi-Factor Authentication with Password and Email Magic Link
And a user named "Mary"
And she has an account with "active" state in the org

@flaky
@quarantined
Scenario: 2FA Login with Email Magic Link on the same browser
When she clicks the "login" button
Then she is redirected to the "Login" page
Expand Down
4 changes: 2 additions & 2 deletions samples/test/features/mfa-password-and-email.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: Multi-Factor Authentication with Password and Email
And a user named "Mary"
And she has an account with "active" state in the org

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

@flaky
@quarantined
Scenario: 2FA Login with Email
When she clicks the "login" button
Then she is redirected to the "Login" page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Background:
And a user named "Mary"
And she has an account with "active" state in the org

@flaky
@quarantined
Scenario: Mary resets her password
When she clicks the "login" button
Then she is redirected to the "Login" page
Expand Down

0 comments on commit a3b41a3

Please sign in to comment.