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 'spec/features/explore/user_explores_projects_spec.rb')
-rw-r--r--spec/features/explore/user_explores_projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/explore/user_explores_projects_spec.rb b/spec/features/explore/user_explores_projects_spec.rb
index e1341824bfd..369297ff04a 100644
--- a/spec/features/explore/user_explores_projects_spec.rb
+++ b/spec/features/explore/user_explores_projects_spec.rb
@@ -25,7 +25,7 @@ RSpec.describe 'User explores projects', feature_category: :user_profile do
describe 'breadcrumbs' do
it 'has "Explore" as its root breadcrumb' do
- within '.breadcrumbs-list li:first' do
+ within '.gl-breadcrumb-list li:first' do
expect(page).to have_link('Explore', href: explore_root_path)
end
end