MDL-63094 tool_policy: Replace '×' with '.close'

This relates to MDL-59883, which was not backported to 33 and beyond.
This commit is contained in:
Andrew Nicols
2018-08-30 11:25:44 +08:00
parent f5d57e74bf
commit 111ec01643
@@ -472,11 +472,11 @@ Feature: User must accept policy managed by this plugin when logging in and sign
# Confirm when clicking on the policy links, the policy content is displayed.
When I click on "This site policy" "link"
Then I should see "full text2"
And I click on "×" "button"
And I click on ".close" "css_element"
And I should not see "full text2"
When I click on "This guests policy" "link"
Then I should see "full text4"
And I click on "×" "button"
And I click on ".close" "css_element"
And I should not see "full text4"
# Confirm when agreeing to policies the pop-up is no longer displayed.
When I follow "Continue"