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-5611 Fix UI test failure in Admin #5364

Merged
merged 1 commit into from
Oct 30, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Assign various release access permissions to analysts
... ${PUBLICATION_NAME}
... Academic year 2000/01
... Contributor
... EES-test.ANALYST3@dfedevelopment.onmicrosoft.com
... EES-test.analyst3@dfedevelopment.onmicrosoft.com

user gives release access to analyst
... ${PUBLICATION_NAME}
Expand Down Expand Up @@ -110,21 +110,21 @@ Add new contributors to release

user checks page does not contain Analyst1 User1 ([email protected])
user checks checkbox is checked Analyst2 User2 ([email protected])
user checks checkbox is not checked Analyst3 User3 (ees[email protected])
user checks checkbox is not checked Analyst3 User3 (EES[email protected])

user clicks checkbox Analyst2 User2 ([email protected])
user clicks checkbox Analyst3 User3 (ees[email protected])
user clicks checkbox Analyst3 User3 (EES[email protected])

user checks checkbox is not checked Analyst2 User2 ([email protected])
user checks checkbox is checked Analyst3 User3 (ees[email protected])
user checks checkbox is checked Analyst3 User3 (EES[email protected])

user clicks button Update contributors
user waits until page contains Update release access

Validate contributors for 2002/03 release again
user checks table body has x rows 1 testid:releaseContributors
user checks table cell contains 1 1 Analyst3 User3 testid:releaseContributors
user checks table cell contains 1 2 ees[email protected]
user checks table cell contains 1 2 EES[email protected]
... testid:releaseContributors

Remove all analyst3 contributor access to publication
Expand Down