Skip to content

Commit

Permalink
fix nbsp in behat
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 16, 2024
1 parent 3916822 commit 734c8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-behat/radio.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: Radio
When I press button "Save"
Then Toast display should contain text '"enum_d": "male", "enum_r": "male"'
Then Toast display should contain text '"list_d": "1", "list_r": "1"'
Then Toast display should contain text '"int_d": "7 000", "int_r": "7 000"'
Then Toast display should contain text '"int_d": "7 000", "int_r": "7 000"'
Then Toast display should contain text '"string_d": "M", "string_r": "M"'

Then I select value "female" in lookup "enum_d"
Expand All @@ -15,7 +15,7 @@ Feature: Radio
When I press button "Save"
Then Toast display should contain text '"enum_d": "female", "enum_r": "female"'
Then Toast display should contain text '"list_d": "0", "list_r": "0"'
Then Toast display should contain text '"int_d": "7 000", "int_r": "7 000"'
Then Toast display should contain text '"int_d": "7 000", "int_r": "7 000"'
Then Toast display should contain text '"string_d": "M", "string_r": "M"'
Then I select value "female" in lookup "int_d"
When I click using selector "//div.ui.radio[not(self::*.checked)][input[@name='int_r'] and label[text()='female']]"
Expand Down

0 comments on commit 734c8de

Please sign in to comment.