Skip to content

Remove unrelevant Timezone test

Diana Zubova requested to merge dz/369974-remove-unrelevant-timezone-test into master

What does this MR do and why?

Fix for the broken master #378916 (closed)

Why is deleting a test a fix? We have done a migration in !101384 (merged) for a custom js solution for TimezoneDropdown to a shared Vue component. The tests that we removed still checked the previous js implementation. We have this functionality already tested in two places: for sorting, filtering and general work of the dropdown itself we have unit tests for the shared component and for the behavior on the pipelines schedule page we have an integration test pipeline_schedules_spec.rb.

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 Diana Zubova

Merge request reports