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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-22 03:16:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-22 03:16:43 +0300
commit6e3df404ce4365d20af0e06484528b29f92c31a3 (patch)
tree5c6b3eaf09be6e10611c59cf1209b707c7c9ab76 /spec/features/ide_spec.rb
parent9fe1a4945b8db40c6b5d7b3ce7c6dbc93cdf67be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/ide_spec.rb')
-rw-r--r--spec/features/ide_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/ide_spec.rb b/spec/features/ide_spec.rb
index 2ca8d3f7156..615f2a30b34 100644
--- a/spec/features/ide_spec.rb
+++ b/spec/features/ide_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
RSpec.describe 'IDE', :js, feature_category: :web_ide do
- include WebIdeSpecHelpers
+ include Features::WebIdeSpecHelpers
let_it_be(:ide_iframe_selector) { '#ide iframe' }
let_it_be(:normal_project) { create(:project, :repository) }