UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Bull 1847

Merged graham.smith requested to merge BULL-1847 into master
All threads resolved!
Files
15
@@ -51,9 +51,9 @@ For all below check the following breakpoints for Vue apps
@@ -51,9 +51,9 @@ For all below check the following breakpoints for Vue apps
#### Developer responsibilities with Cypress tests
#### Developer responsibilities with Cypress tests
- [ ] Make sure any new download buttons (that don't use DownloadButton.vue) has the attribute `data-cy="download"`.
- [ ] Make sure any new download buttons (that don't use DownloadButton.vue) have the attribute `data-cy="download"`.
- [ ] Make sure new pages / paths within router.js are added to the links.js test suite.
- [ ] Make sure new pages / paths within router.js are added to the links.js test suite.
- [ ] Add a new test case for within downloads.js if you're adding the `first` download button to any page.
- [ ] Add a new test case within downloads.js if you're adding the _first_ download button to any page.
- [ ] Reuse existing custom commands if they serve the purpose of your test.
- [ ] Reuse existing custom commands if they serve the purpose of your test.
- [ ] Create a new custom command for any duplicate code / test that can be `globally` reused.
- [ ] Create a new custom command for any duplicate code / test that can be _globally_ reused.
- [ ] Create a local function for duplicate code that can be reused within your test spec.
- [ ] Create a local function for duplicate code that can be reused within your test spec.
Loading