Commit d8db709
committed
Fix GH Action test: close modal via Bootstrap API
- Manual button click simulation for closing the modal works locally but fails in GitHub Actions. Switching to Bootstrap's modal('hide') API call provides reliable modal closing behavior across all environments.
- Strangely, `execute_script('arguments[0].click();', modal_close_button)` works for the 'Modal search opens and closes and allows user to search, select and remove items' test within this same file.1 parent 527c347 commit d8db709
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments