Failure in browser_ui/3_create/repository/file_locking_spec.rb | Create File Locking when refactor_blob_viewer is enabled locks a file and unlocks in list

Full description

Create File Locking when refactor_blob_viewer is enabled locks a file and unlocks in list

File path

./qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb

Stack trace

Failure/Error: Page::File::Show.perform(&:lock)

Capybara::ModalNotFound:
  Unable to find modal dialog

Screenshot

Expand for screenshot

create_file_locking_locks_a_file_and_unlocks_in_list.html

create_file_locking_locks_a_file_and_unlocks_in_list

First happened in https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/1958543067.

Cause

!79405 (merged) replaced the confirmation dialog, which the test couldn't handle.

Fix coming in !82566 (merged)

Edited by Mark Lapierre