Reenable CAS tests

This commit is contained in:
Marcus Da Coregio
2023-03-23 11:05:39 -03:00
parent 5b86e45a83
commit 84fcab1b0a
2 changed files with 2 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
testImplementation 'com.codeborne:selenide:6.12.0'
testImplementation 'com.codeborne:selenide:6.12.4'
testImplementation 'org.seleniumhq.selenium:selenium-chrome-driver'
testImplementation 'org.seleniumhq.selenium:selenium-java'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.0.3'