Skip to content

Commit 6feaa80

Browse files
committed
Trying to fix a fussy test #1794
1 parent a8de058 commit 6feaa80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ class HomeIndexPageSpec extends StubbedCasSpec {
3636
}
3737
and:
3838
box1[0].statTitle.text() == "THREATENED SPECIES STRATEGY"
39+
interact {
40+
moveToElement(box1[0].statTitle)
41+
}
3942
box1[0].statValue.text() =="3"
4043
box1[0].statUnit.text() =="Projects"
4144
box1[0].statLabel.text() =="PROTECTING THREATENED SPECIES"

0 commit comments

Comments
 (0)