Skip to content

Commit

Permalink
Tidy up code
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnkampf committed Jan 9, 2024
1 parent 4d2b7be commit e148fb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
17 changes: 0 additions & 17 deletions test/a11y/cypress/specs/integration/all-accessibility.spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import urls from '../../../../../src/lib/urls'
// import { objectiveFaker } from '../../../../functional/cypress/fakers/objective'
// import {
// company,
// objective,
// testIdentityNumbers,
// } from './config/testIdentityNumbers'
import { urlTestExclusions } from './config/urlTestExclusions'
import { cleanseArrayOfUrls, createArrayOfUrls } from './config/utils'

Expand All @@ -16,16 +10,6 @@ filteredArrayOfUrls.map((path) => {
describe(`${path}`, () => {
before(() => {
cy.visit(path, { timeout: 20000 })
// console.log('path')
// console.log(path)
// console.log('testIdentityNumbers')
// console.log(testIdentityNumbers)
// console.log('company')
// console.log(company)
// console.log('company.objectives')
// console.log(company.objectives)
// console.log('objective')
// console.log(objective)
// Wait until page has loaded first
cy.initA11y()
})
Expand All @@ -35,7 +19,6 @@ filteredArrayOfUrls.map((path) => {
retries: 3,
interval: 100,
})
// cy.runA11y()
})
})
})
11 changes: 0 additions & 11 deletions test/a11y/cypress/specs/integration/config/testIdentityNumbers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ const investment = investmentProjectFaker({
const listOfObjectives = objectiveListFaker((length = 2))
const objective = objectiveFaker({ company: company })
const proposition = propositionFaker({ investmentProject: investment })
// console.log(company)
// console.log(objective)
// // console.log(investment)
// // console.log(listOfObjectives)
// // console.log(listOfObjectives[0].company)

// console.log('testIdentifyNumbers')
// console.log('investment')
// console.log(investment)
// console.log('proposition')
// console.log(proposition)

export const testIdentityNumbers = {
':aventriEventId': '1111',
Expand Down

0 comments on commit e148fb1

Please sign in to comment.