Skip to content

Implement dynamic validation on QA Pages

Dan Davison requested to merge qa-extend-click-visit-actions into master

EE port: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9982

What does this MR do?

Closes gitlab-qa#280 (closed)

Implements a dynamic validation of pages during navigation (clicking and visiting).

  • In a QA test, when we visit a page, allow the ability for the framework to check to see if "all" elements that are required, exist before continuing the test.
  • In a QA test, when we click an element, we expect some action in the browser to occur. when we end up on a page, allow the framework to determine if we successfully landed on said page.

rel: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21310/diffs#aa1a0ef7aa4adb931975c7957ca887348673e90e

Does this MR meet the acceptance criteria?

Edited by Rémy Coutable

Merge request reports