Skip to content

Commit 10bdd66

Browse files
committed
Fixing funcational test #3184
1 parent 732cd09 commit 10bdd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-test/groovy/au/org/ala/fieldcapture/ProjectDashboardTabSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ProjectDashboardTabSpec extends StubbedCasSpec {
4949
dashboardTab.click()
5050

5151
then:
52-
waitFor{ dashboardTab.displayed }
52+
waitFor{ $("#services-dashboard").displayed }
5353
waitFor 20,{dashboard.size() == 3}
5454
def dashboardList = dashboard
5555

0 commit comments

Comments
 (0)