Skip to content

Commit

Permalink
workaround for select2 not closed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy committed May 16, 2018
1 parent bbd816a commit fbb9455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Browser/Select2Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function testShouldBeSelect2SelectableAutomatically()
->assertSeeIn('.js-example-basic-single + .select2', 'California')
->select2('.js-example-basic-hide-search', 'Nev')
->assertSeeIn('.js-example-basic-hide-search + .select2', 'Nevada')
->click('h3:first-child') // close the previous select
->select2('.js-example-basic-multiple', 'Wy')
->waitFor('.select2-selection__choice')
->select2('.js-example-basic-multiple')
Expand Down

0 comments on commit fbb9455

Please sign in to comment.