Skip to content

Commit

Permalink
Fix E2E pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Aug 9, 2024
1 parent af4dc37 commit f168d6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('FlowForge - Application - DevOps Pipelines', () => {
const PIPELINE_NAME = `My New Pipeline - ${Math.random().toString(36).substring(2, 7)}`

// Add pipeline
cy.get('[data-action="pipeline-add"]').click()
cy.get('[data-el="empty-state"] [data-action="pipeline-add"]').click()
cy.get('[data-form="pipeline-form"]').should('be.visible')

cy.get('[data-form="pipeline-name"] input').type(PIPELINE_NAME)
Expand Down Expand Up @@ -113,7 +113,7 @@ describe('FlowForge - Application - DevOps Pipelines', () => {
const PIPELINE_NAME = `My New Pipeline - ${Math.random().toString(36).substring(2, 7)}`

// Add pipeline
cy.get('[data-action="pipeline-add"]').click()
cy.get('[data-el="empty-state"] [data-action="pipeline-add"]').click()
cy.get('[data-form="pipeline-name"] input').type(PIPELINE_NAME)
cy.get('[data-action="create-pipeline"]').click()

Expand Down

0 comments on commit f168d6f

Please sign in to comment.