We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
expect-webdriverio
@wdio/sync
expect(section).not.toHaveClass('page2')
Property 'toHaveClass' does not exist on type 'Matchers<Element>'
Looks like a regression since #122
The text was updated successfully, but these errors were encountered:
should be fixed with the PR
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
expect-webdriverio
version: 1.3.0WebdriverIO version: 6.4.1
Test Framework: mocha (jest/jasmine/mocha/cucumber/etc)
async/sync: sync (is
@wdio/sync
used? - Yes)Description
expect(section).not.toHaveClass('page2')
Property 'toHaveClass' does not exist on type 'Matchers<Element>'
Additional Information
Looks like a regression since #122
The text was updated successfully, but these errors were encountered: