forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LRQA-82215 Test Fix EVPOrganizationStatus
- Loading branch information
1 parent
1d2e247
commit def44dd
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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(); | ||
|
@@ -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(); | ||
|
||
|