Skip to content

Instantly share code, notes, and snippets.

@skylock
Created July 31, 2019 08:45
Show Gist options
  • Save skylock/8b952afda0a5144a4556bef06f184527 to your computer and use it in GitHub Desktop.
Save skylock/8b952afda0a5144a4556bef06f184527 to your computer and use it in GitHub Desktop.
return cy.get(`[data-cy="${id}"]`).then($button => {
$button.css('border', '1px solid magenta');
$button.css('backgroundColor', 'rgba(186,62,197, 0.5)');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment