multiple: fix act errors in the tests
This also helps reduce noise in the test output.
This commit is contained in:
parent
c2998306cf
commit
78bb1e118b
3 changed files with 5 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ const addSatelliteRegistrationCommandViaKeyDown = async (command: string) => {
|
|||
|
||||
await waitFor(() => user.clear(satelliteRegistrationCommand));
|
||||
await waitFor(() => user.type(satelliteRegistrationCommand, command));
|
||||
satelliteRegistrationCommand.blur();
|
||||
await waitFor(() => satelliteRegistrationCommand.blur());
|
||||
};
|
||||
|
||||
const uploadFile = async (scriptName: string): Promise<void> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue