Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matchers types are missing with .not #171

Closed
mgrybyk opened this issue Aug 30, 2020 · 1 comment · Fixed by #172
Closed

Matchers types are missing with .not #171

mgrybyk opened this issue Aug 30, 2020 · 1 comment · Fixed by #172
Labels
bug Something isn't working

Comments

@mgrybyk
Copy link
Member

mgrybyk commented Aug 30, 2020

Environment

expect-webdriverio version: 1.3.0
WebdriverIO version: 6.4.1
Test Framework: mocha (jest/jasmine/mocha/cucumber/etc)
async/sync: sync (is @wdio/sync used? - Yes)

Description

  1. expect(section).not.toHaveClass('page2')

Property 'toHaveClass' does not exist on type 'Matchers<Element>'

Additional Information

Looks like a regression since #122

@mgrybyk mgrybyk added the bug Something isn't working label Aug 30, 2020
@mgrybyk mgrybyk mentioned this issue Aug 30, 2020
@mgrybyk
Copy link
Member Author

mgrybyk commented Aug 30, 2020

should be fixed with the PR

@mgrybyk mgrybyk closed this as completed Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant