test: Move clicking helper functions to wizardTestUtils
As clicking helper functions are used only in the context of Wizard, this moves them to an appropriate place.
This commit is contained in:
parent
a3abc29f51
commit
d0412db518
18 changed files with 66 additions and 83 deletions
|
|
@ -13,7 +13,7 @@ import {
|
|||
expectedPayloadRepositories,
|
||||
repositoriesCreateBlueprintRequest,
|
||||
} from '../../../../fixtures/editMode';
|
||||
import { clickNext } from '../../../../testUtils';
|
||||
import { clickNext } from '../../wizardTestUtils';
|
||||
import {
|
||||
blueprintRequest,
|
||||
clickRegisterLater,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue