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
focus.js
FAIL __tests__/focus.js (70.604s) ● should not focus send box after clicking on send button expect(received).resolves.toBeFalsy() Received: true 23 | await pageObjects.clickSendButton(); 24 | > 25 | await expect(sendBoxTextBoxFocused().fn(driver)).resolves.toBeFalsy(); | ^ 26 | }); 27 | 28 | // Verification of fix of #1971, https://github.com/microsoft/BotFramework-WebChat/issues/1971 at Object.toBeFalsy (node_modules/expect/build/index.js:202:20) at _callee$ (__tests__/focus.js:25:61) at tryCatch (node_modules/regenerator-runtime/runtime.js:45:40) at Generator.invoke [as _invoke] (node_modules/regenerator-runtime/runtime.js:271:22) at Generator.prototype.(anonymous function) [as next] (node_modules/regenerator-runtime/runtime.js:97:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
[Enhancement]
The text was updated successfully, but these errors were encountered:
compulim
Successfully merging a pull request may close this issue.
Feature Request
[Enhancement]
The text was updated successfully, but these errors were encountered: