fix button test

This commit is contained in:
Cory LaViska
2024-06-17 13:46:40 -04:00
parent 47d0184ed8
commit 0224a3ff98

View File

@@ -30,7 +30,6 @@ describe('<wa-button>', async () => {
expect(el.disabled).to.equal(false);
expect(el.caret).to.equal(false);
expect(el.loading).to.equal(false);
expect(el.outline).to.equal(false);
expect(el.pill).to.equal(false);
});