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

navbar_spec.rb « explore « features « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8fe9bc9af39d5dab2fb2ffc5230f3c1937f4316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe '"Explore" navbar', :js, feature_category: :navigation do
  include_context '"Explore" navbar structure'

  it_behaves_like 'verified navigation bar' do
    before do
      visit explore_projects_path
    end
  end
end