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

SFR-1869: Add assertion step to Playwright test #474

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Refactor New Relic browser monitoring instrumentation
- Update Playwright.yml to use same package versions as package.json
- Fix: reverse node to v18.18.2
- SFR-1869: Add assertion step to minimize timeout errors

## [0.17.5]

Expand Down
1 change: 1 addition & 0 deletions playwright/features/edd.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ Feature: EDD Request Process
And I fill in the "username field" with "catalog username"
And I fill in the "password field" with "catalog password"
And I click the "login button"
And the "first request button" should be displayed
And I click the "first request button"
Then the "delivery location heading" should be displayed
Loading