Skip to content

Instantly share code, notes, and snippets.

@jennifer-shehane
Created July 9, 2019 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennifer-shehane/97b18f2d999b2319d38f8e95b3657e2f to your computer and use it in GitHub Desktop.
Save jennifer-shehane/97b18f2d999b2319d38f8e95b3657e2f to your computer and use it in GitHub Desktop.
cy.get('timeentry_lov1',{timeout : 60000}).eq(1).select('NB-860').debug();
cy.get('timeentry_lov1').eq(1).select('NB-860-Test Automation');
cy.select('timeentry_lov1',{timeout : 7000}).eq(1).should('have.value','NB-860');
cy.find('timeentry_lov1').get('select').select('NB-860');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment