Skip to content

Commit

Permalink
remove .only assertion from accordion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Jan 27, 2023
1 parent dcdda83 commit f92f293
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 @@ test.describe("Accordion", () => {
);
});

test.only("should remove an expanded items' expandbutton aria-disabled attribute when expand mode changes from single to multi", async () => {
test("should remove an expanded items' expandbutton aria-disabled attribute when expand mode changes from single to multi", async () => {
await root.evaluate(node => {
node.innerHTML = /* html */ `
<fast-accordion expand-mode="single">
Expand Down

0 comments on commit f92f293

Please sign in to comment.