Skip to content

Remove window scroll in features/project/job_spec

What does this MR do?

Remove window scroll in features/project/job_spec

We have some tests that execute execute_script "window.scrollTo(0,0)" which is not needed since we are just checking the dom, which end up in a some slower tests.

Move the before block for when job starts environment sub contextes to one block since all of the are the same.

Some formatting fixes to be consistent.

What are the relevant issue numbers?

#52690 (closed)

Does this MR meet the acceptance criteria?

Closes #52690 (closed)

Merge request reports