-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update login tests for new logics #965
Conversation
WalkthroughThe pull request encompasses modifications across multiple e2e test files, focusing on refining test specifications and page object implementations. Changes include introducing a new survey URL constant in the login specification, updating the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (2)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Preview environments for this PR:
These previews are automatically updated with each commit. Note: After a new deployment, it may take a few minutes for the changes to propagate and for caches to update. During this time, you might experience temporary loading issues or see an older version of the app. If the app fails to load, please wait a few minutes and try again. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #965 +/- ##
=======================================
Coverage 10.04% 10.04%
=======================================
Files 668 668
Lines 29398 29395 -3
Branches 1235 1235
=======================================
Hits 2954 2954
+ Misses 25915 25912 -3
Partials 529 529
☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will decrease total bundle size by 10 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (4)
e2e/locationWithPro.spec.ts-snapshots/As-PRO-User-I-can-click-Locate-me-button-at-Kontur-Atlas-and-get-zoomed-to-my-location-1-chromium-pro-darwin.png
is excluded by!**/*.png
,!**/*.png
e2e/locationWithPro.spec.ts-snapshots/As-PRO-User-I-can-click-Locate-me-button-at-Kontur-Atlas-and-get-zoomed-to-my-location-prod-1-chromium-pro-darwin.png
is excluded by!**/*.png
,!**/*.png
e2e/locationWithPro.spec.ts-snapshots/As-PRO-User-I-can-click-Locate-me-button-at-Smart-City-and-get-zoomed-to-my-location-1-chromium-pro-darwin.png
is excluded by!**/*.png
,!**/*.png
e2e/locationWithPro.spec.ts-snapshots/As-PRO-User-I-can-click-Locate-me-button-at-Smart-City-and-get-zoomed-to-my-location-prod-1-chromium-pro-darwin.png
is excluded by!**/*.png
,!**/*.png
📒 Files selected for processing (4)
e2e/login.spec.ts
(2 hunks)e2e/page-objects/helperBase.ts
(1 hunks)e2e/page-objects/mcdaPopup.ts
(1 hunks)e2e/page-objects/pricingPage.ts
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Run e2e tests
- GitHub Check: Run e2e tests
🔇 Additional comments (2)
e2e/page-objects/helperBase.ts (1)
23-23
: LGTM! Nice TypeScript syntax improvement.Good use of TypeScript's parameter property syntax to reduce boilerplate in the constructor.
e2e/page-objects/pricingPage.ts (1)
18-18
: LGTM! Improved parameter naming.Good rename from 'text' to 'textEl' as it better indicates that the parameter is a DOM element.
Summary by CodeRabbit
New Features
Refactor
Tests