Commit 2c3cc796 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa/better-scope-another-test' into 'master'

Better scope another end-to-end test

See merge request gitlab-org/gitlab-ce!30896
parents aab38a8c c7416416
...@@ -5,7 +5,7 @@ module QA ...@@ -5,7 +5,7 @@ module QA
describe 'filter issue comments activities' do describe 'filter issue comments activities' do
let(:issue_title) { 'issue title' } let(:issue_title) { 'issue title' }
it 'user filters comments and activities in an issue' do before do
Runtime::Browser.visit(:gitlab, Page::Main::Login) Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials) Page::Main::Login.perform(&:sign_in_using_credentials)
...@@ -14,9 +14,9 @@ module QA ...@@ -14,9 +14,9 @@ module QA
end end
issue.visit! issue.visit!
end
expect(page).to have_content(issue_title) it 'user filters comments and activities in an issue' do
Page::Project::Issue::Show.perform do |show_page| Page::Project::Issue::Show.perform do |show_page|
my_own_comment = "My own comment" my_own_comment = "My own comment"
made_the_issue_confidential = "made the issue confidential" made_the_issue_confidential = "made the issue confidential"
......
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