Skip to content

Commit

Permalink
refactor: support React 16 and 17 versions (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lossir committed Apr 26, 2021
1 parent 2698354 commit e1af389
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 25 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -573,7 +573,8 @@ OnUnexpectedInputValidation.story = {
.click(this.browser.findElement({ css: '[data-comp-name~="TokenInput"]' }))
.sendKeys('bbb')
.sendKeys(this.keys.ENTER)
.sendKeys(this.keys.TAB)
.move({ x: 0, y: 0 })
.click()
.perform();

const withSelectedTokens = await this.takeScreenshot();
Expand Down

0 comments on commit e1af389

Please sign in to comment.