Skip to content

Commit

Permalink
chore: Adjust login button selector
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Oct 16, 2024
1 parent 173a04f commit 6710c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-testing/include/general-openscd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Open OpenSCD and Login
Set Viewport Size 1920 1080
Fill Text input[id="username"] ${username}
Fill Secret input[id="password"] $password
Click input[type="submit"][id="kc-login"]
Click button[type="submit"][id="kc-login"]
Wait For Response
Check Browser Title

Expand Down

0 comments on commit 6710c23

Please sign in to comment.