Skip to content

Commit

Permalink
LPS-188870 Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrocha68 authored and brianchandotcom committed Jul 4, 2023
1 parent 29b46a1 commit 32dc945
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ definition {
}
}

@description = "Story ID: LPS-164733 | Test Summary: Verify that Only the Employee user can not see 'Review button' when organization are in 'Awaiting Approval On EVP' status"
@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") {
Expand All @@ -115,7 +115,7 @@ definition {
}
}

@description = "Story ID: LPS-164733 | Test Summary: Verify that Only the Finance user can not see 'Review button' when organization are in 'Awaiting Approval On EVP' status"
@description = "LPS-164733 - Verify that Only the Finance user can not see 'Review button' when organization are in 'Awaiting Approval On EVP' status"
@priority = 5
test FinanceCanNotSeeReviewInAwaitingEVPStatus {
task ("Given that login with Finance user") {
Expand All @@ -137,7 +137,7 @@ definition {
}
}

@description = "Story ID: LPS-164733 | Test Summary: Verify that the EVP Staff can approve a new organization"
@description = "LPS-164733 - Verify that the EVP Staff can approve a new organization"
@priority = 4
test ManagerCanApproveOrganization {
task ("Given that Sign as Manager user") {
Expand Down Expand Up @@ -169,7 +169,7 @@ definition {
}
}

@description = "Story ID: LPS-164733 | Test Summary: Verify that the Manager can not see 'Review button' when organization are in 'Awaiting Finance Approval' status"
@description = "LPS-164733 - Verify that the Manager can not see 'Review button' when organization are in 'Awaiting Finance Approval' status"
@priority = 4
test ManagerCannotSeeReviewButtonInAwaitingFinanceStatus {
task ("Given that Sign as Manager user") {
Expand Down Expand Up @@ -201,7 +201,7 @@ definition {
}
}

@description = "Story ID: LPS-164733 | Test Summary: Verify that the EVP Staff can Reject a new organization"
@description = "LPS-164733 - Verify that the EVP Staff can Reject a new organization"
@priority = 5
test ManagerCanRejectOrganization {
task ("Given that Sign as Manager user") {
Expand Down

0 comments on commit 32dc945

Please sign in to comment.