Skip to content

E2E: Remove flash notice check from create_project_spec

What does this MR do and why?

This MR removes the assertion on the flash notice that displays when a project has been successfully created.

This is a workaround for a possible severity4 bug #379440, since we are already confirming the project is created through other means.

It is also generally recommended not to assert on flash notices in tests anyway, as this has been known to cause flakiness in the past

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading