Skip to content

Add call to `visit` which was missing in spec

Reuben Pereira requested to merge rp/fix-broken-test into 15-5-stable-ee-patch-3

What does this MR do and why?

Describe in detail what your merge request does and why.

In !102699 (merged), the call to visit was moved from a before block to each individual spec in master branch. But when that MR was picked into 15-5-stable-ee branch, a spec that was not present in master started failing because it was not visiting any page before the expectations.

This MR fixes the spec to visit the page before asserting.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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.

Edited by Reuben Pereira

Merge request reports

Loading