Use com.codeborne:selenide:6.12.4

This commit is contained in:
Marcus Hert Da Coregio
2023-11-27 13:46:40 -03:00
parent 0a37c27a79
commit 86efedab11

View File

@@ -22,7 +22,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation "org.testcontainers:junit-jupiter"
testImplementation 'com.codeborne:selenide:7.0.2'
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.5.2'