Reset browser to accomidate every domain
Fixes gh-4304
This commit is contained in:
+8
-2
@@ -13,7 +13,9 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.security.samples.cas;
|
||||
package org.springframework.security.samples.cas
|
||||
|
||||
import org.springframework.security.samples.cas.pages.LoginPage;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
@@ -27,4 +29,8 @@ import geb.spock.*
|
||||
*/
|
||||
class AbstractCasTests extends GebReportingSpec {
|
||||
|
||||
}
|
||||
def cleanupSpec() {
|
||||
to LoginPage
|
||||
resetBrowser()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user