Skip to content

Commit

Permalink
feat: disable e2e for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Aug 7, 2024
1 parent 9ea123c commit 04b3e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/seeLatest/latest.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('See latest button as new node are added', () => {
it('See latest as nodes are being added', () => {
it.skip('See latest as nodes are being added', () => {
cy.initialSetup('carol', 300)

// add tweet node
Expand Down Expand Up @@ -51,7 +51,7 @@ describe('See latest button as new node are added', () => {
cy.get('[data-testid="twitter"]').click()

cy.wait('@twitter')
//TODO: Get to know if twitter nodes are what is being returned
// TODO: Get to know if twitter nodes are what is being returned

// .then((interception) => {
// const { query } = interception.request
Expand Down

0 comments on commit 04b3e50

Please sign in to comment.