Update test descs

This commit is contained in:
Josh Johnson 2018-10-27 21:07:01 +01:00
parent d5437413a4
commit ea9e322931
2 changed files with 2 additions and 2 deletions

View file

@ -576,7 +576,7 @@ describe('Choices - select one', () => {
});
});
describe('dependencies', () => {
describe('parent/child', () => {
describe('selecting "Parent choice 2"', () => {
it('enables the child Choices instance', () => {
cy.get('[data-test-hook=dependencies]')

View file

@ -146,7 +146,7 @@
</select>
</div>
<div data-test-hook="dependencies">
<div data-test-hook="parent-child">
<label for="choices-parent">Parent</label>
<select class="form-control" name="choices-parent" id="choices-parent">
<option value="Parent choice 1">Parent choice 1</option>