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

EES-5248 Added 15 seconds wait for methodology re-directs & Added pag… #4999

Merged
merged 1 commit into from
Jun 24, 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
2 changes: 1 addition & 1 deletion tests/robot-tests/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NO_INVITE_USER_PASSWORD= # No Invite user password
PENDING_INVITE_USER_EMAIL= # Pending Invite user email
PENDING_INVITE_USER_PASSWORD= # Pending Invite user password
RELEASE_COMPLETE_WAIT=120 # Time to wait for a release to publish (in seconds)
WAIT_CACHE_EXPIRY=2 # Time to wait for the environment's various caches to expire (in seconds. Local = 2, Dev = 10)
WAIT_CACHE_EXPIRY=2 # Time to wait for the environment's various caches to expire (in seconds. Local = 2, Dev = 15)
WAIT_MEDIUM=120 # Variable used throughout tests (in seconds)
WAIT_SMALL=45 # Variable used throughout tests (in seconds)
WAIT_LONG=180 # Variable used throughout tests (in seconds)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Update methodology details
Navigate to sign-off page and approve the methodology immediately
user clicks link Sign off
User clicks button Edit status
user waits until page finishes loading
user clicks radio Approved for publication
user enters text into element id:methodologyStatusForm-latestInternalReleaseNote Internal note
user clicks radio Immediately
Expand Down
Loading