Skip to content

Instantly share code, notes, and snippets.

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