Skip to content

Commit

Permalink
Update createAddresses.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink authored Jan 11, 2024
1 parent 46e382d commit ed99231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe('Wizards for preparing 104 Address Creation', () => {

it('when processing the request with Check Selected, the expected Create Actions are returned', async () => {
const switchElement: Switch =
element.wizardUI.dialog!.querySelector<Switch>('')!;
element.wizardUI.dialog!.querySelector<Switch>(
`mwc-switch[id="controlCheck"]`
)!;
switchElement.checked = true;
Expand Down

0 comments on commit ed99231

Please sign in to comment.