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
|
|
@ -11,7 +11,7 @@ import {
|
|||
expectedSinglePackageRecommendation,
|
||||
packagesCreateBlueprintRequest,
|
||||
} from '../../../../fixtures/editMode';
|
||||
import { clickNext } from '../../../../testUtils';
|
||||
import { clickNext } from '../../wizardTestUtils';
|
||||
import { selectCustomRepo } from '../../wizardTestUtils';
|
||||
import {
|
||||
blueprintRequest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue