Skip to content

Instantly share code, notes, and snippets.

@kianaditya
Created May 9, 2019 06:56
Show Gist options
  • Save kianaditya/de55b73c57816d1df004f221cecf906d to your computer and use it in GitHub Desktop.
Save kianaditya/de55b73c57816d1df004f221cecf906d to your computer and use it in GitHub Desktop.
cy.get("#session_91").within(() => {
cy.contains("Spots booked: 0");
cy.contains("BOOK").click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment