mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
add appearance
This commit is contained in:
@@ -26,6 +26,7 @@ describe('<wa-button>', async () => {
|
||||
|
||||
expect(el.title).to.equal('');
|
||||
expect(el.variant).to.equal('neutral');
|
||||
expect(el.appearance).to.equal('filled');
|
||||
expect(el.size).to.equal('medium');
|
||||
expect(el.disabled).to.equal(false);
|
||||
expect(el.caret).to.equal(false);
|
||||
|
||||
Reference in New Issue
Block a user