Skip to content

Commit

Permalink
In some environments checkbox label is in Finnish
Browse files Browse the repository at this point in the history
  • Loading branch information
ilesoft committed Nov 19, 2024
1 parent 0807d0d commit a6eb314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/robot/perustoiminnot.robot
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Poistetaan tehtävä sarjasta
Open Competition
Open Sub Page Verify Location And Title määrittele tehtävät ${TEHTAVAN_MAARITYS_URL} ${TEHTAVAN_MAARITYS_OTSIKKO}
Click Link harmaa
Select Checkbox xpath://ul[label[text() = 'Delete:']]/input[@type='checkbox' and not(ancestor::div[contains(@style,'display: none')])]
Select Checkbox xpath://ul[label[text() = 'Delete:' or text() = 'Poista:']]/input[@type='checkbox' and not(ancestor::div[contains(@style,'display: none')])]
Click Button xpath://button[@type='submit' and contains(., 'Poista valitut') and not(ancestor::div[contains(@style,'display: none')])]
Wait Until Keyword Succeeds 10 sec 2 sec Title Should Be ${TEHTAVAN_MAARITYS_OTSIKKO}

Expand Down

0 comments on commit a6eb314

Please sign in to comment.