You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
The version of the code without the custom event works fine when using BTW manually. However, it fails when testing with Selenium. There is probably a race condition occurring.
The tests that fail when using the version without the custom event are:
selenium_test/bibliographical_references.feature:16 adding custom text to a reference
selenium_test/bibliographical_references.feature:24 adding custom text to a reference when there is already text
The text was updated successfully, but these errors were encountered:
As of 0.1.2 the following code must be used for the tests to pass:
What we'd like is not have to wait for a custom event:
The version of the code without the custom event works fine when using BTW manually. However, it fails when testing with Selenium. There is probably a race condition occurring.
The tests that fail when using the version without the custom event are:
The text was updated successfully, but these errors were encountered: