Commit 4ef648cd authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa/better-scope-one-more-test' into 'master'

Better scope end-to-end test

See merge request gitlab-org/gitlab-ce!30897
parents 2c3cc796 854f7eff
......@@ -3,7 +3,7 @@
module QA
context 'Plan' do
describe 'Issue comments' do
it 'user comments on an issue and edits the comment' do
before do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials)
......@@ -11,7 +11,9 @@ module QA
issue.title = 'issue title'
end
issue.visit!
end
it 'user comments on an issue and edits the comment' do
Page::Project::Issue::Show.perform do |issue_show_page|
first_version_of_comment = 'First version of the comment'
second_version_of_comment = 'Second version of the comment'
......
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