Skip to content

Commit

Permalink
test(alert): skip unstable accessible test (#7749)
Browse files Browse the repository at this point in the history
**Related Issue:** #7748

## Summary

skip unstable test
  • Loading branch information
driskull authored Sep 15, 2023
1 parent 505c12c commit e93858a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/calcite-components/src/components/alert/alert.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ describe("calcite-alert", () => {
hidden("<calcite-alert open></calcite-alert>");
});

describe("accessible", () => {
describe.skip("accessible", () => {
accessible(html` <calcite-alert open label="test"> ${alertContent} </calcite-alert> `);
});

describe("accessible with auto-close", () => {
describe.skip("accessible with auto-close", () => {
accessible(html`
<calcite-alert open auto-close auto-close-duration="slow" label="test"> ${alertContent} </calcite-alert>
`);
Expand Down

0 comments on commit e93858a

Please sign in to comment.