Skip to content

Commit

Permalink
Fix behat tests because of removed dir attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Feb 27, 2024
1 parent 57b1eff commit a08ff37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/tiny_multilang.feature
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Feature: Tiny editor multilang plugin with multilangfilter2
And I select the inner "p" element in position "1" of the "Description" TinyMCE editor
And I click on the "Format > Language > Arabic (ar)" submenu item for the "Description" TinyMCE editor
And I press "Update profile"
And I should see "Đây là Tiếng Việt" in the "//span[@class='multilang'][contains(@lang, 'vi')][contains(@dir, 'ltr')]" "xpath_element"
And I should see "السلام عليكم" in the "//span[@class='multilang'][contains(@lang, 'ar')][contains(@dir, 'rtl')]" "xpath_element"
And I should see "Đây là Tiếng Việt" in the "//span[@class='multilang'][contains(@lang, 'vi')]" "xpath_element"
And I should see "السلام عليكم" in the "//span[@class='multilang'][contains(@lang, 'ar')]" "xpath_element"

Scenario: Test add complex multi language types.
Given the following config values are set as admin:
Expand Down

0 comments on commit a08ff37

Please sign in to comment.