Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(accordion): Update tests and stories #1300

Merged
merged 3 commits into from
Nov 24, 2020
Merged

chore(accordion): Update tests and stories #1300

merged 3 commits into from
Nov 24, 2020

Conversation

macandcheese
Copy link
Contributor

Related Issues: #1114 #1159

Summary

Adds tests for accessibility and updates the story.

@macandcheese macandcheese added docs Issues relating to documentation updates only. testing Issues related to automated or manual testing. labels Nov 24, 2020
@macandcheese macandcheese added this to the v1.0.0-beta.47 milestone Nov 24, 2020
@macandcheese macandcheese requested review from jcfranco, driskull and a team November 24, 2020 18:05
Copy link
Member

@jcfranco jcfranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet! 🍭

`;
it("renders", async () => renders("calcite-accordion"));

it("is accessible", async () => accessible(`<calcite-accordion>${accordionContent}</calcite-accordion>`));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Being pedantic here, but new tests would warrant its own test type commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ll split the rest of these upcoming pr into separate story / test pr 👍

@macandcheese macandcheese merged commit 0b782f7 into Esri:master Nov 24, 2020
@macandcheese macandcheese deleted the tests/accordion branch November 24, 2020 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Issues relating to documentation updates only. testing Issues related to automated or manual testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants