Skip to content

Draft: Fixing the flaking test

Denys Mishunov requested to merge 297782-flaky-tests into master

What does this MR do?

Refactors features/projects/ci/lint_spec.rb to move us one step further in fixing the flakiness from #297782 (closed). Also fixes the wrong selector for the editor's content input field.

The changes in editor_lite.vue are here only to illustrate that things do get stored in the Editor Lite, but the real issue is that somehow valid content does not get validated in the tests 🤷

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #297782 (closed)

Merge request reports