Reset browser to accomidate every domain

Fixes gh-4304
This commit is contained in:
Rob Winch 2017-04-20 14:51:37 -05:00
parent 366c371912
commit 5ba051aa70

View File

@ -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()
}
}