Skip to content

Commit

Permalink
add BackstopJS tests for conditional radios and checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimesdev committed Apr 23, 2020
1 parent 84e7083 commit e0cd60b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/backstop/backstop.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ module.exports = {
"label": "Checkboxes with error message",
"url": `${TEST_HOST}/components/checkboxes/error.html`
},
{
"label": "Checkboxes with conditional content",
"url": `${TEST_HOST}/components/checkboxes/conditional.html`,
"clickSelector": "contact-1"
},
{
"label": "Contents list",
"url": `${TEST_HOST}/components/contents-list/index.html`
Expand Down Expand Up @@ -371,6 +376,11 @@ module.exports = {
"label": "Radios with hint text and error message",
"url": `${TEST_HOST}/components/radios/hint-error.html`
},
{
"label": "Radios with conditional content",
"url": `${TEST_HOST}/components/radios/conditional.html`,
"clickSelector": "#contact-1"
},
{
"label": "Review date",
"url": `${TEST_HOST}/components/review-date/index.html`
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0cd60b

Please sign in to comment.