Skip to content

Commit

Permalink
#2490 - fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jun 24, 2024
1 parent 689438f commit 4245fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/cypress/e2e/userActions/user_actions_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('Dashboard User Actions Tests', () => {
cy.get('[data-cy="row1-itemId"]').should('not.exist')

// reset and filter via enter
cy.get('[data-pc-section="filterclearicon"]').eq(3).click()
cy.get('[data-pc-section="filterclearicon"]').eq(4).click()
cy.get('[data-cy="dashboardActionsForEverything"] [data-cy="skillsBTableTotalRows"]').should('have.text', '2')
cy.get('[data-cy="itemIdFilter"]').should('be.empty')
cy.get('[data-cy="itemIdFilter"]').type('seTT{enter}')
Expand Down Expand Up @@ -213,7 +213,7 @@ describe('Dashboard User Actions Tests', () => {
cy.get('[data-cy="row1-projectId"]').should('not.exist')

// reset and filter via enter
cy.get('[data-pc-section="filterclearicon"]').eq(4).click()
cy.get('[data-pc-section="filterclearicon"]').eq(5).click()
cy.get('[data-cy="dashboardActionsForEverything"] [data-cy="skillsBTableTotalRows"]').should('have.text', '3')
cy.get('[data-cy="projectIdFilter"]').should('be.empty')
cy.get('[data-cy="projectIdFilter"]').type('2{enter}')
Expand Down

0 comments on commit 4245fac

Please sign in to comment.