Commit Graph

103 Commits

Author SHA1 Message Date
Aaron VonderHaar
98fb26f83b
Merge branch 'master' into restore-used-modules 2020-04-10 16:55:43 -07:00
Aaron VonderHaar
9064a53677 Merge remote-tracking branch 'origin/master' into ink/email-inputs 2020-04-10 15:07:27 -07:00
Aaron VonderHaar
f964a2e2d5 Upgrade to avh4/elm-debug-controls@2.2.1 2020-04-10 14:53:33 -07:00
Brian Hicks
562b564338 update deprecated imports 2020-04-10 15:28:32 -05:00
Tessa Kelly
9a2d89bf9b Re-remove some of the modules 2020-04-06 15:46:31 -07:00
Brian Hicks
18af70fe96 restore modules that were actually used 2020-04-01 06:30:50 -05:00
Brian Hicks
240c7513ac remove deprecated modules from deprecated-imports.csv 2020-03-31 15:05:07 -05:00
Tessa Kelly
fab1e3dfb7 Ratchet target errors 2020-03-31 13:20:37 -05:00
Tessa Kelly
90f5c47773 Update the scripts 2020-03-31 10:54:40 -07:00
Tessa Kelly
a124cb3220 Allow deprecated pennant import for now 2020-03-17 13:43:24 -07:00
Gavin Panella
28d36c6f64 Revert "Merge pull request #461 from NoRedInk/puffins/prepare-for-merge"
This reverts commit 4373c78d82, reversing
changes made to 6b78075f02.
2020-03-06 20:00:34 +01:00
Stoeffel
873f0ef521 move files into subdirectory 2020-03-02 10:45:03 +01:00
Brian Hicks
39f6b5a083 bless imports 2019-12-05 20:59:01 -06:00
Brian Hicks
6f466c349a deprecate non-styled modules 2019-12-05 20:58:17 -06:00
Brian Hicks
b3e1a628c4 remove the elm- prefix 2019-12-04 16:17:49 -06:00
Brian Hicks
1e1182e43f create initial report of outdated module usage 2019-12-04 16:14:50 -06:00
Brian Hicks
d790d4bc3f remove complexity we don't need in noredink-ui 2019-12-04 16:14:40 -06:00
Brian Hicks
ccfee369ac import the script from the monolith 2019-12-04 16:06:54 -06:00
Matt Charlton
3755413ce2 remove unused function 2019-12-03 13:51:04 +00:00
Ian Davies
418e2dfff7 Run headless again and remove commented code 2019-11-27 18:15:12 +00:00
Ian Davies
b7ab87b652 Updated to use async and dynamically load category pages. 2019-11-27 18:05:36 +00:00
Matt Charlton
a3577705e3 change page name 2019-11-27 12:15:39 +00:00
Matt Charlton
dac98b1b6e try evaluate as well 2019-11-27 12:12:20 +00:00
Matt Charlton
3a279519bd try a then 2019-11-27 12:06:32 +00:00
Matt Charlton
f54c7ffa58 test 2019-11-27 11:56:05 +00:00
Matt Charlton
6ab3da9055 use evaluate 2019-11-27 11:52:26 +00:00
Matt Charlton
919d2a0c93 wait till page has loaded 2019-11-27 11:43:41 +00:00
Matt Charlton
1cfcf108f0 get categories 2019-11-27 11:40:29 +00:00
Tessa Kelly
cd9dacad9c Reduce target errors' 2019-11-25 16:57:48 -08:00
Matt Charlton
6a96bf2a63 update test to use IDs, remove unnecessary page load 2019-11-20 08:58:44 -06:00
Matt Charlton
657cc5d21f wait for modals to open 2019-11-20 08:58:44 -06:00
Matt Charlton
078912a2e1 check for correct class before each capture 2019-11-20 08:58:44 -06:00
Brian Hicks
cb3c5c4630 darken default red 2019-11-15 19:10:17 -06:00
Brian Hicks
03eee1aeda remove a couple more invalid aria attributes 2019-11-15 17:09:26 -06:00
Brian Hicks
3e313ac4d3 fix invalid aria attributes
1. a valid ID cannot contain spaces
2. an ID referenced by aria-controls must be present on the page
2019-11-15 17:09:25 -06:00
Brian Hicks
dc0b0966e0 aria-selected has to be on the element with role=tab 2019-11-15 17:09:25 -06:00
Brian Hicks
8873b4883a fix unlabelled select 2019-11-15 17:09:25 -06:00
Brian Hicks
1a36f88c6d contain all content in landmarks 2019-11-15 17:09:25 -06:00
Brian Hicks
4618cc5fde get rid of all out-of-order header violations 2019-11-15 17:09:25 -06:00
Brian Hicks
fe06f37b8f add language to html 2019-11-15 17:09:25 -06:00
Brian Hicks
cc61d72b55 break up sections to make the axe report easier to scan 2019-11-15 17:09:25 -06:00
Brian Hicks
45574578ca remove duplicate IDs/active selectors in segmented control 2019-11-15 17:09:25 -06:00
Brian Hicks
946525243e fix duplicate IDs in checkbox example 2019-11-15 17:09:25 -06:00
Brian Hicks
292c07b2fb change target errors and make the value more obvious 2019-11-15 17:09:25 -06:00
Brian Hicks
f6f628fb55 fix typo 2019-11-15 17:09:25 -06:00
Matt Charlton
9b90b47773 remove click that didn't work 2019-11-15 16:06:19 +00:00
Matt Charlton
797d0d2d3c check checked checkbox 2019-11-15 16:00:51 +00:00
Matt Charlton
d6e42843db check modals 2019-11-15 16:00:41 +00:00
Matt Charlton
4457940f48 check each page individually 2019-11-15 16:00:31 +00:00
Matt Charlton
a8f71059e7 use a static id to check we've loaded 2019-11-15 15:59:49 +00:00