Skip to content

Commit

Permalink
LRQA-82215 Test Fix EVPOrganizationStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
MGabriellaS authored and brianchandotcom committed Aug 15, 2023
1 parent 1d2e247 commit def44dd
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ definition {
EVPUtils.addLiferayManagerUserRole();
}

task ("Create an organization") {
task ("Employee user creates an organization") {
User.logoutAndLoginPG(
userLoginEmailAddress = "[email protected]",
userLoginFullName = "Employee User");

EVPUtils.gotoEVP();

EVPOrganization.goToCreateOrganization();
Expand Down Expand Up @@ -100,12 +104,6 @@ definition {
@description = "LPS-164733 - Verify that Only the Employee user can not see 'Review button' when organization are in 'Awaiting Approval On EVP' status"
@priority = 5
test EmployeeCanNotSeeReviewInAwaitingEVPStatus {
task ("Given that login with Employee user") {
User.logoutAndLoginPG(
userLoginEmailAddress = "[email protected]",
userLoginFullName = "Employee User");
}

task ("When the Employee goes to organization page") {
EVPUtils.gotoEVP();

Expand Down

0 comments on commit def44dd

Please sign in to comment.