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
Apostroph and question mark is badly interpreted in code snippet. i.e.
wait_until(timeout: 10, message: 'Waiting for all notifications to be closed?')
gives &apos and ? for them.
It is displayed: 'Waiting for all notifications to be closed?'
The text was updated successfully, but these errors were encountered:
This issue is solved in #2230 and will appears in v0.11.9
Sorry, something went wrong.
No branches or pull requests
Current behavior
Apostroph and question mark is badly interpreted in code snippet.
i.e.
gives &apos and ? for them.
Expected behavior
It is displayed: 'Waiting for all notifications to be closed?'
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: