Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Aug 12, 2024
1 parent 5ad7dd1 commit 6269560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/cypress/integration/check-avatar-fe.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ describe("Check avatar on a post", () => {
cy.get("#description").clear().type("Admin bio");
cy.get("#submit").click();

cy.reload();

cy.get('input[name="simple_local_avatar_rating"][value="PG"]').should(
"be.checked"
);
Expand Down

0 comments on commit 6269560

Please sign in to comment.