Skip to content

Commit

Permalink
test: add assertion back in for the profile text
Browse files Browse the repository at this point in the history
  • Loading branch information
readytotest committed Feb 7, 2025
1 parent ae018ea commit a6e3534
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('Smoke Test GitHub Page', () => {

it('Check for text on page, go to reports page, check for HTML elements', () => {
// Check text on the main page
cy.get('body').should('include.text', 'Ready to Test (QA) GitHub Profile')
cy.get('body').should('include.text', 'National Weather Service API')
cy.get('body').should('include.text', 'Postman API Testing')
cy.get('body').should('include.text', 'Most Recent Earthquake')
Expand Down

0 comments on commit a6e3534

Please sign in to comment.