debian-mirror-gitlab/spec/features/explore/navbar_spec.rb
2023-05-27 22:25:52 +05:30

13 lines
283 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe '"Explore" navbar', 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