Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpx committed Dec 20, 2019
2 parents 95a414b + 3a7b5de commit c1aba38
Show file tree
Hide file tree
Showing 8 changed files with 2,678 additions and 1,068 deletions.
2 changes: 2 additions & 0 deletions __tests__/react/click.js
Expand Up @@ -59,6 +59,7 @@ describe("userEvent.click", () => {
"mouseover",
"mousemove",
"mousedown",
"focus",
"mouseup",
"click",
"change"
Expand Down Expand Up @@ -115,6 +116,7 @@ describe("userEvent.click", () => {
"mouseover",
"mousemove",
"mousedown",
"focus",
"mouseup",
"click",
"change"
Expand Down
1 change: 1 addition & 0 deletions __tests__/react/dblclick.js
Expand Up @@ -64,6 +64,7 @@ describe("userEvent.dblClick", () => {
"mouseover",
"mousemove",
"mousedown",
"focus",
"mouseup",
"click",
"change",
Expand Down
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
2 changes: 2 additions & 0 deletions __tests__/vue/click.js
Expand Up @@ -72,6 +72,7 @@ describe("userEvent.click", () => {
"mouseover",
"mousemove",
"mousedown",
"focus",
"mouseup",
"click",
"change"
Expand Down Expand Up @@ -140,6 +141,7 @@ describe("userEvent.click", () => {
"mouseover",
"mousemove",
"mousedown",
"focus",
"mouseup",
"click",
"change"
Expand Down
1 change: 1 addition & 0 deletions __tests__/vue/dblclick.js
Expand Up @@ -76,6 +76,7 @@ describe("userEvent.dblClick", () => {
"mouseover",
"mousemove",
"mousedown",
"focus",
"mouseup",
"click",
"change",
Expand Down

0 comments on commit c1aba38

Please sign in to comment.