Skip to content

Commit

Permalink
add behat test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 16, 2024
1 parent eee3a02 commit 7cc57e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests-behat/loader.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,19 @@ Feature: Loader
Then I check if input value for "input[name='atk_fp_country__iso3']" match text "ASM"
When I click using selector "//td[text()='Argentina']"
Then I check if input value for "input[name='atk_fp_country__iso3']" match text "ARG"

Scenario:
Given I am on "collection/multitable.php"
Then I should see "src"
Then I should not see "HtmlTemplate"
When I click using selector "//td[text()='src']"
Then I should see "HtmlTemplate"
Then I should not see "TagTree.php"
When I click using selector "//td[text()='HtmlTemplate']"
Then I should see "TagTree.php"
Then I should not see "No records."
When I click using selector "//td[text()='TagTree.php']"
Then I should see "src"
Then I should see "HtmlTemplate"
Then I should see "TagTree.php"
Then I should see "No records."

0 comments on commit 7cc57e0

Please sign in to comment.