Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb')
-rw-r--r--qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb b/qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb
index ce6e9c6a1fb..00d390096b4 100644
--- a/qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb
+++ b/qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb
@@ -30,8 +30,8 @@ module QA
end
Page::Milestone::Show.perform do |milestone|
- expect(milestone).to have_element(:milestone_title_content, text: title)
- expect(milestone).to have_element(:milestone_description_content, text: description)
+ expect(milestone).to have_element('milestone-title-content', text: title)
+ expect(milestone).to have_element('milestone-description-content', text: description)
expect(milestone).to have_start_date(start_date)
expect(milestone).to have_due_date(due_date)
end