Skip to content

E2E: Reset browser session between each test

Andrejs Cunskis requested to merge andrey-reset-session into master

What does this MR do and why?

Reset browser session between each test to remove state leek that can happen through leftover cookies etc. (reset method does not clear localStorage so might have to be added in the future if proves to be a problem)

Fixes error randomly failing the whole test job without ability to retry when running in parallel.

Closes: gitlab-org/quality/quality-engineering/team-tasks#3087 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrejs Cunskis

Merge request reports

Loading