Skip to content
Snippets Groups Projects

#3452895: Cypress component and unit tests should run

Compare and
40 files
+ 2708
16811
Compare changes
  • Side-by-side
  • Inline
Files
40
import minimist from 'minimist';
const argv = minimist(process.argv.slice(2))
const argv = Cypress.env('args')
// TEMPORARY: Replace this with XB accessibility tests once development is far
// enough along to warrant them.
const adminTestCases = [
{ name: 'User Edit', path: '/user/1/edit' },
@@ -56,6 +57,8 @@ const defaultTestCases = [
'heading-order': { enabled: false },
'duplicate-id-aria': { enabled: false },
'region': { enabled: false },
'duplicate-id-active': { enabled: false },
'duplicate-id': { enabled: false },
},
},
},
Loading