Find The Table Row With The Given Text And Print Its Index

Published: 08 May 2023
on channel: gleb bahmutov
685
31

Let's write a short test that finds a table row with text. If the text is not there, the test fails. If the text is present, we get the index of the row by invoking the jQuery "index" method and using cy.log or cy.print to print it to the Command Log.
cy.contains('tr', 'Charles')
.invoke('index')
// cypress-map
.print('Found row %d')
Find this example at http://glebbahmutov.com/cypress-examp...


Watch video Find The Table Row With The Given Text And Print Its Index online without registration, duration hours minute second in high quality. This video was added by user gleb bahmutov 08 May 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 685 once and liked it 31 people.