mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix button test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user