Skip to content

Refactor collapse issue comments end-to-end test

Walmyr Lima e Silva Filho requested to merge qa/refactor-e2e-test into master

What does this MR do?

This refactoring:

  • Better separates scopes (pre-conditions on before, tests on it)
  • Removes an unnecessary expectation
  • Replaces other unnecessary expectations by page.assert_text
  • Moves variables closer to where they're used

Does this MR meet the acceptance criteria?

Conformity

Edited by Walmyr Lima e Silva Filho

Merge request reports