From ddef2f1fbd3af7e91cb568adc8258043e05f15fc Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Mon, 25 Feb 2019 18:37:27 +0500 Subject: [PATCH] Update GitHub Import test Removes the unnecessary :orchestrated tag and updates a few selectors. Also wait_for_success for import before proceeding. The test is currently placed in quarantine because of a bug. --- .../notes/components/noteable_note.vue | 2 +- qa/qa/page/base.rb | 8 ++--- qa/qa/page/group/show.rb | 2 +- qa/qa/page/project/import/github.rb | 21 +++++++++++--- qa/qa/page/project/issue/show.rb | 12 +++++++- qa/qa/page/project/pipeline/show.rb | 2 +- qa/qa/page/project/settings/deploy_keys.rb | 4 +-- .../resource/project_imported_from_github.rb | 2 +- .../project/import_github_repo_spec.rb | 29 ++++++++++++------- qa/qa/support/page/logging.rb | 13 ++++++--- qa/spec/page/logging_spec.rb | 15 ++++++---- 11 files changed, 75 insertions(+), 35 deletions(-) diff --git a/app/assets/javascripts/notes/components/noteable_note.vue b/app/assets/javascripts/notes/components/noteable_note.vue index 04e74a43acc..5fa0ab3de98 100644 --- a/app/assets/javascripts/notes/components/noteable_note.vue +++ b/app/assets/javascripts/notes/components/noteable_note.vue @@ -219,7 +219,7 @@ export default { :class="classNameBindings" :data-award-url="note.toggle_award_path" :data-note-id="note.id" - class="note note-wrapper" + class="note note-wrapper qa-noteable-note-item" >