Skip to content

Commit

Permalink
update test selector publiclab#9004 publiclab#9131
Browse files Browse the repository at this point in the history
  • Loading branch information
noi5e committed Feb 5, 2021
1 parent 8dd8c66 commit 0811c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/comment_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def get_path(page_type, path)
assert_selector('.btn[data-original-title="Italic"]', count: 1)
assert_selector('.btn[data-original-title="Header"]', count: 1)
assert_selector('.btn[data-original-title="Link"]', count: 1)
assert_selector('.btn[data-original-title="Upload an image"]', count: 1)
assert_selector('.btn[data-original-title="Upload Image"]', count: 1)
assert_selector('.btn[data-original-title="Save"]', count: 1)
assert_selector('.btn[data-original-title="Recover"]', count: 1)
assert_selector('.btn[data-original-title="Help"]', count: 1)
Expand Down

0 comments on commit 0811c5e

Please sign in to comment.