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

Update add-on to use Shepherd with Popper.js #221

Merged
merged 1 commit into from
Jul 2, 2018

Conversation

chuckcarpenter
Copy link
Contributor

No description provided.

@@ -134,7 +134,7 @@ module('Acceptance | Tour functionality tests', function(hooks) {
await click('.toggleHelpModal');

assert.ok(document.body.classList.contains('shepherd-active'), 'Body gets class of shepherd-active, when shepherd becomes active');
assert.equal(document.querySelectorAll('.shepherd-enabled').length, 2, 'attachTo element and tour have shepherd-enabled class');
assert.equal(document.querySelectorAll('.shepherd-enabled').length, 1, 'attachTo element has the shepherd-enabled class');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

you can use the shepherd-open class

Update yarn.lock

Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
Co-authored-by: Chuck Carpenter <chuck.carpenter@me.com>
@RobbieTheWagner RobbieTheWagner merged commit b88c334 into master Jul 2, 2018
@RobbieTheWagner RobbieTheWagner deleted the feature/migrate-popper branch July 2, 2018 16:10
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.

2 participants