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

Publish Next Version #489

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Publish Next Version #489

merged 1 commit into from
Jun 6, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 25, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

pleasantest@2.2.0

Minor Changes

  • #494 730300e Thanks @calebeby! - New assertion: expect(page).toPassAxeTests()

    This assertion is based on the jest-puppeteer-axe package. (That package already works with Pleasantest, our new feature just formats error messages a little differently)

    It allows you to pass a page to be checked with the axe accessibility linter.

    test(
      'Axe tests',
      withBrowser(async ({ utils, page }) => {
        await utils.injectHTML(`
          <h1>Some html</h1>
        `);
    
        await expect(page).toPassAxeTests();
      }),
    );
  • #459 d36f234 Thanks @renovate! - Update dependency @testing-library/dom to v8.13.0.

    This adds support to filtering ByRole queries by description:

    // Select by accessible role and description
    await screen.getByRole('button', {
      description: /^items in the trash will be/i,
    });

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 9a1063e to a5ca22b Compare June 1, 2022 15:04
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 9699898 to 4226828 Compare June 6, 2022 15:49
@calebeby calebeby merged commit 7c04ebb into main Jun 6, 2022
@calebeby calebeby deleted the changeset-release/main branch June 6, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant