Skip to content

Commit

Permalink
Merge pull request #410 from streamethorg/yarnlock3
Browse files Browse the repository at this point in the history
Yarn cypress fix
  • Loading branch information
greatsamist authored Feb 18, 2024
2 parents 0062d7a + f11c5d3 commit fa5e322
Show file tree
Hide file tree
Showing 2 changed files with 16,309 additions and 22,308 deletions.
6 changes: 3 additions & 3 deletions packages/app/cypress/e2e/archive.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('archive page', () => {
it('search for organization name', () => {
cy.visit('http://localhost:3000/archive?organization=ethberlin')
cy.get(
'[href="/watch?event=ethberlin_2022&session=65b8f8c5a5b2d09b88ec0cbb"] > .font-semibold'
'[href="/watch?event=ethberlin_2022&session=65b8f8c6a5b2d09b88ec0cc2"] > .font-semibold'
)
cy.get('[href="/archive?event=protocol_berg"] > .inline-flex')
})
Expand Down Expand Up @@ -75,14 +75,14 @@ describe('archive page', () => {
cy.visit('http://localhost:3000/archive')
cy.get(':nth-child(2) > .flex > .mx-2').should(
'contain',
'1 of 67'
'1 of 68'
)
cy.get(':nth-child(2) > .flex > :nth-child(3)').click()

cy.url().should('include', 'page=2')
cy.get(':nth-child(2) > .flex > .mx-2').should(
'contain',
'2 of 67'
'2 of 68'
)
cy.get(':nth-child(2) > .flex > :nth-child(3)')
})
Expand Down
Loading

0 comments on commit fa5e322

Please sign in to comment.