Skip to content
Snippets Groups Projects
Commit a5614197 authored by wyl's avatar wyl
Browse files

UPDATE TEST

parent 89634945
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,12 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'org.seleniumhq.selenium:selenium-java:4.8.0'
//implementation 'org.seleniumhq.selenium:selenium-java:4.8.0'
testImplementation("io.github.bonigarcia:webdrivermanager:5.2.0")
testImplementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.32'
testImplementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.1.0'
}
tasks.named('test') {
......
......@@ -56,7 +56,7 @@
</tr>
</table>
</div>
<button type="submit"
<button type="submit" name="loginButton"
class="w-full bg-purple-500 text-white py-2 rounded-md hover:bg-purple-600 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:ring-opacity-50"
>Login</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment