commit | 55553dd773f0b8d7f2f0dfafbf72bbebd0206bef | [log] [tgz] |
---|---|---|
author | Thiago H. de Paula Figueiredo <thiago@arsmachina.com.br> | Tue Jun 14 21:05:10 2022 -0300 |
committer | Thiago H. de Paula Figueiredo <thiago@arsmachina.com.br> | Tue Jun 14 21:05:10 2022 -0300 |
tree | 4847373a522ced9b999a4f1328e64fdd4299befe | |
parent | 57e04fcb383d59ffa9a1113c993e4306959d5657 [diff] |
Adding sleep to AppFolderTests.asset_access to make it pass
diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy index 5014730..9a1563f 100644 --- a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy +++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
@@ -52,6 +52,8 @@ void asset_access() { openLinks "t5app/" + + Thread.sleep(3000); // there's only one image on page String assetURL = getAttribute("//img/@src")