Skip to content

Commit

Permalink
#2160 Fixed Functional Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thakur Adhikari committed Mar 2, 2021
1 parent c4418d9 commit 8f4f15b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/au/org/ala/fieldcapture/MeriPlanSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class MeriPlanSpec extends StubbedCasSpec {
overviewTab.click()

then:
overview.projectStatus.text() == 'ACTIVE'
overview.projectStatus[1].text() == 'ACTIVE'
}

def "Approve MERI plan of a project with the active status and internal order Id"() {
Expand Down Expand Up @@ -475,6 +475,6 @@ class MeriPlanSpec extends StubbedCasSpec {
overviewTab.click()

then:
overview.projectStatus.text() == 'ACTIVE'
overview.projectStatus[1].text() == 'ACTIVE'
}
}
}

0 comments on commit 8f4f15b

Please sign in to comment.