Skip to content

Commit

Permalink
Merge pull request #197 from testing-library/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Gpx committed Dec 18, 2019
2 parents bcb3c5c + 2db0882 commit e3b9fbc
Show file tree
Hide file tree
Showing 3 changed files with 2,670 additions and 1,068 deletions.
3 changes: 2 additions & 1 deletion __tests__/react/selectoptions.js
Expand Up @@ -213,7 +213,8 @@ describe("userEvent.selectOptions", () => {
<option data-testid="val3" value="3">
3
</option>
</select>);
</select>
);

userEvent.selectOptions(getByTestId("element"), "2");

Expand Down

0 comments on commit e3b9fbc

Please sign in to comment.