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/frontend/ci/runner/mock_data.js')
-rw-r--r--spec/frontend/ci/runner/mock_data.js9
1 files changed, 3 insertions, 6 deletions
diff --git a/spec/frontend/ci/runner/mock_data.js b/spec/frontend/ci/runner/mock_data.js
index d72f93ad574..b8eb9f0ba1b 100644
--- a/spec/frontend/ci/runner/mock_data.js
+++ b/spec/frontend/ci/runner/mock_data.js
@@ -104,7 +104,7 @@ export const mockSearchExamples = [
},
},
{
- name: 'a two terms text search',
+ name: 'a two words text search',
urlQuery: '?search=something+else',
search: {
runnerType: null,
@@ -112,11 +112,7 @@ export const mockSearchExamples = [
filters: [
{
type: FILTERED_SEARCH_TERM,
- value: { data: 'something' },
- },
- {
- type: FILTERED_SEARCH_TERM,
- value: { data: 'else' },
+ value: { data: 'something else' },
},
],
pagination: {},
@@ -323,6 +319,7 @@ export const mockRegistrationToken = 'MOCK_REGISTRATION_TOKEN';
export const mockAuthenticationToken = 'MOCK_AUTHENTICATION_TOKEN';
export const newRunnerPath = '/runners/new';
+export const runnerInstallHelpPage = 'https://docs.example.com/runner/install/';
export {
allRunnersData,