Skip to content

Instantly share code, notes, and snippets.

@fotinakis
Last active July 11, 2016 21:08
Show Gist options
  • Save fotinakis/3c367f59fb99f150d80737b3888de7b2 to your computer and use it in GitHub Desktop.
Save fotinakis/3c367f59fb99f150d80737b3888de7b2 to your computer and use it in GitHub Desktop.
ember-percy example 1
describe('Acceptance: Marketing pages', function() {
it('can visit /about', function() {
visit('/about');
click('.TeamMember:first');
andThen(() => {
expect(find('.TeamMember:first')).to.have.class('is-expanded');
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment