Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: improve stability of refresh test #4037

Merged
merged 5 commits into from
Aug 13, 2024
Merged

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Aug 13, 2024

Related issue(s)

Checklist

  • I have read the contributing guidelines.
  • I have referenced an issue containing the design document if my change
    introduces a new feature.
  • I am following the
    contributing code guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security vulnerability, I
    confirm that I got the approval (please contact
    [email protected]) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

Further Comments

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.37%. Comparing base (f7c38f0) to head (313f6b8).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4037      +/-   ##
==========================================
+ Coverage   78.34%   78.37%   +0.03%     
==========================================
  Files         370      370              
  Lines       26120    26120              
==========================================
+ Hits        20463    20472       +9     
+ Misses       4097     4090       -7     
+ Partials     1560     1558       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -8,7 +8,7 @@ import { test } from "../../../fixtures"
import { extractCode, toConfig } from "../../../lib/helper"
import { LoginPage } from "../../../models/elements/login"

test.describe.parallel("account enumeration protection off", () => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use workers:1 so this doesn't make sense.

enabled: true,
},
code: {
passwordless_enabled: false,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky because if this method is enabled the form looks different.

@aeneasr aeneasr self-assigned this Aug 13, 2024
@aeneasr aeneasr added the blocking Blocks milestones or other issues or pulls. label Aug 13, 2024
@aeneasr aeneasr merged commit 68693a4 into master Aug 13, 2024
29 checks passed
@aeneasr aeneasr deleted the improve-test-reliability branch August 13, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking Blocks milestones or other issues or pulls.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant