Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for the "Remove host device from VM?" dialog to disappear before opening the "Add host device" dialog in the next test step. Otherwise it often happend that the latter dialog just got opened, while deleteResource.jsx' dialog shutdown handler called `Dialogs.close()`, which would then close the new instead of the old dialog. This is purely a test race, as a human user/browser won't allow interaction with the main page as long as the modal dialog is still open. But our CDP driver allows that. Fixes #1292
- Loading branch information