Skip to content

Commit

Permalink
Update dotype-wizarding.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink authored Feb 21, 2024
1 parent 06559a6 commit 45dd2b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ describe('DOType wizards', () => {
it('deletes the DOType attribute on delete button click', async () => {
expect(doc.querySelector('DOType[id="Dummy.LLN0.Mod"]')).to.exist;
expect(doc.querySelectorAll('DOType').length).to.equal(15);
console.log('del button');
deleteButton.click();
await parent.requestUpdate();
expect(doc.querySelector('DAType[id="Dummy.LLN0.Mod"]')).to.not.exist;
Expand Down

0 comments on commit 45dd2b5

Please sign in to comment.