Skip to content

Fix import order in runner mock data

Vitaly Slobodin requested to merge vs/fix-import-order-runner-mock-data into master

What does this MR do and why?

Fix import order in /spec/frontend/runner/mock_data.js:

  12:1  error  `test_fixtures/graphql/runner/show/runner.query.graphql.json` import should occur before import of `test_fixtures/graphql/runner/list/admin_runners.query.graphql.json`             import/order
  13:1  error  `test_fixtures/graphql/runner/show/runner.query.graphql.with_group.json` import should occur before import of `test_fixtures/graphql/runner/list/admin_runners.query.graphql.json`  import/order
  14:1  error  `test_fixtures/graphql/runner/show/runner_projects.query.graphql.json` import should occur before import of `test_fixtures/graphql/runner/list/admin_runners.query.graphql.json`    import/order
  15:1  error  `test_fixtures/graphql/runner/show/runner_jobs.query.graphql.json` import should occur before import of `test_fixtures/graphql/runner/list/admin_runners.query.graphql.json`        import/order
  18:1  error  `test_fixtures/graphql/runner/edit/runner_form.query.graphql.json` import should occur before import of `test_fixtures/graphql/runner/list/admin_runners.query.graphql.json`        import/order

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports