Skip to content

Commit

Permalink
add tablecolumnmenu test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 6, 2023
1 parent 93a91cb commit e93bbfc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests-behat/grid.feature
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ Feature: Grid
When I click using selector "//div[@id='grid']//tr[2]//a"
Then No toast should be displayed
Then PATCH MINK the url should match "~_unit-test/grid-rowclick.php#test~"

Scenario: popup column header
Given I am on "collection/tablecolumnmenu.php"
Then I should not see "Name popup"
When I click using selector "(//th//div.atk-table-dropdown)[1]/i"
Then I should see "Name popup"
Then I should not see "This popup is loaded dynamically"
When I click using selector "(//th//div.atk-table-dropdown)[2]/i"
Then I should see "This popup is loaded dynamically"

0 comments on commit e93bbfc

Please sign in to comment.