Skip to content

E2E test(project wiki): fix test structure

Jay McCure requested to merge jmc-project-wiki-e2e-test-structure into master

What does this MR do and why?

Fixes the structure of the project wiki delete page test. It was missing a do..end so the Allure reporting wasn't aligned to the other tests.

I also have a feeling this is why QA Bot is assigning Editor failures to other Create SETs, since it applying the editor tag at the Create level. 🤔 e.g. #386354 (closed)

Screenshot

(Before) It was missing the parent Testing project wiki Screenshot_2022-12-23_at_18.04.15

How to set up and validate locally

bundle exec rspec qa/specs/features/browser_ui/3_create/project_wiki/project_based_page_deletion_spec.rb

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 Jay McCure

Merge request reports