Skip to content

Commit

Permalink
My global mistake 😂
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehBabenkoo committed Feb 5, 2024
1 parent 9ba2c72 commit 7b5d917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class Footer {
expect(response.status).eq(404);
}
else {
console.log(`${Cypress.$(element).attr('href')}${response.status}`);
console.log(`${element.attr('href')}${response.status}`);
}
});
});
Expand Down

0 comments on commit 7b5d917

Please sign in to comment.