Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GH Action test:
data-bs-dismiss
modal close
`execute_script('arguments[0].click();', modal_close_button)` works locally, however, the modal seems to be failing to close when the test is run as a GitHub Action. - Strangely `execute_script('arguments[0].click();', modal_close_button)` works as a GitHub Action when executed for the 'Modal search opens and closes and allows user to search, select and remove items' test within this same file.
- Loading branch information