Skip to content

Commit

Permalink
fix-isdisplayed-msedge (#7190)
Browse files Browse the repository at this point in the history
  • Loading branch information
savkaoleg committed Jul 27, 2021
1 parent 40fed3e commit d0d3ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webdriverio/src/commands/element/isDisplayed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ELEMENT_KEY } from '../../constants'
import { getBrowserObject, hasElementId } from '../../utils'
import isElementDisplayedScript from '../../scripts/isElementDisplayed'

const noW3CEndpoint = ['microsoftedge', 'safari', 'chrome', 'safari technology preview']
const noW3CEndpoint = ['microsoftedge', 'msedge', 'safari', 'chrome', 'safari technology preview']

/**
*
Expand Down

0 comments on commit d0d3ebb

Please sign in to comment.