Skip to content

Commit

Permalink
Fixing some small things per PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Goodman committed Nov 17, 2020
1 parent 9b100b8 commit c3786cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/young-crews-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'focus-trap-react': minor
---

Add ability to pass containerElements to focus-trap #179. This PR is made possible because of https://github.com/focus-trap/focus-trap/pull/217.
Add ability to pass containerElements to focus-trap #179. This PR is made possible because of https://github.com/focus-trap/focus-trap/pull/217 and the released version 6.2.0 of focus-trap.
2 changes: 1 addition & 1 deletion cypress/integration/focus-trap-demo.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe('<FocusTrap> component', () => {
});
});

describe.only('demo: containerElements prop', () => {
describe('demo: containerElements prop', () => {
it('containerElements can be passed in and used as multiple boundaries to keep the focus within', () => {
cy.get('#demo-containerelements').as('testRoot');

Expand Down

0 comments on commit c3786cf

Please sign in to comment.