Commit b6c1b1db authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'fix-check-mentions-for-xss-test' into 'master'

Fix test that check mentions for XSS

See merge request gitlab-org/gitlab!20062
parents 65fbffc6 c22215ec
...@@ -42,7 +42,7 @@ module QA ...@@ -42,7 +42,7 @@ module QA
Page::Project::Issue::Show.perform do |show| Page::Project::Issue::Show.perform do |show|
show.select_all_activities_filter show.select_all_activities_filter
show.comment('cc-ing you here @eve') show.comment("cc-ing you here @#{user.username}")
expect do expect do
expect(show).to have_content("cc-ing you here") expect(show).to have_content("cc-ing you here")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment