Skip to content

Commit 986a32a

Browse files
committed
Fixing functional test that started failing #3470
1 parent 3df806a commit 986a32a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ class OrganisationDocumentsSpec extends StubbedCasSpec {
1313
loginAsAlaAdmin(browser)
1414
to AdminClearCachePage
1515
clearProgramListCache()
16+
at AdminClearCachePage // reset at check time
1617
clearServiceListCache()
1718
}
1819

19-
def cleanup() {
20-
logout(browser)
21-
}
22-
23-
2420
def "documents can be attached to a organisation"() {
2521

2622
setup:

0 commit comments

Comments
 (0)