Skip to content

Commit

Permalink
MAP-625 ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
danbenton-mojdt committed Jan 26, 2024
1 parent cef51eb commit 1acdfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/pages/createReport/useOfForceDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const useOfForceDetailsPage = () =>

bodyWornCamera: () => cy.get('[name="bodyWornCamera"]'),
bodyWornCameraNumber: index => cy.get(`[name="bodyWornCameraNumbers[${index}][cameraNum]"]`),
addAnotherBodyWornCamera: () => cy.get('[data-qa-add-another-bodyWornCameraNumbers = true]').click(),
addAnotherBodyWornCamera: () => cy.get('[data-qa-add-another-input = true]').click(),
removeBodyWornCamera: index =>
cy.get('.add-another-bodyWornCameraNumbers .add-another__remove-button').eq(index).click(),
personalProtectionTechniques: () => cy.get('[name="personalProtectionTechniques"]'),
Expand All @@ -16,7 +16,7 @@ const useOfForceDetailsPage = () =>
pavaDrawn: () => cy.get('[name="pavaDrawn"]'),
pavaUsed: () => cy.get('[name="pavaUsed"]'),
weaponsSeen: () => cy.get('[name="weaponsSeen"]'),
addWeaponType: () => cy.get('[data-qa-add-another-weaponType = true]').click(),
addWeaponType: () => cy.get('[data-qa-add-another-input = true]').click(),
removeWeaponType: index => cy.get('.add-another-weaponType .add-another__remove-button').eq(index).click(),
guidingHold: () => cy.get('[name="guidingHold"]'),
guidingHoldOfficersInvolved: {
Expand Down

0 comments on commit 1acdfcf

Please sign in to comment.