Skip to content

Commit

Permalink
chore: add wizard select import
Browse files Browse the repository at this point in the history
Signed-off-by: Stef3st <[email protected]>
  • Loading branch information
Stef3st committed Jan 15, 2024
1 parent 2d3fd5b commit fa31cf4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
WizardInputElement,
} from '../../../../../src/foundation.js';

import { WizardSelect } from '../../../../../src/wizard-select.js';
import { WizardTextField } from '../../../../../src/wizard-textfield.js';
import '../../../../mock-wizard.js';

Expand Down Expand Up @@ -160,7 +161,7 @@ describe('Wizards for preparing 104 Address Creation', () => {
expect(monitorTi.maybeValue).to.equal('35');
});
});

describe('show prepare 104 Address creation with mapped cdc value', () => {
beforeEach(async () => {
await prepareWizard(
Expand Down

0 comments on commit fa31cf4

Please sign in to comment.