mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-26 09:24:53 +00:00
Reset browser to accomidate every domain
Fixes gh-4304
This commit is contained in:
parent
366c371912
commit
5ba051aa70
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user