We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df806a commit 986a32aCopy full SHA for 986a32a
src/integration-test/groovy/au/org/ala/fieldcapture/OrganisationDocumentSpec.groovy
@@ -13,14 +13,10 @@ class OrganisationDocumentsSpec extends StubbedCasSpec {
13
loginAsAlaAdmin(browser)
14
to AdminClearCachePage
15
clearProgramListCache()
16
+ at AdminClearCachePage // reset at check time
17
clearServiceListCache()
18
}
19
- def cleanup() {
20
- logout(browser)
21
- }
22
-
23
24
def "documents can be attached to a organisation"() {
25
26
setup:
0 commit comments