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
The test-doc test seems to be failing when testing a code block in the user guide:
;; fill the logs
(e/go driver "https://google.com")
(e/wait2) ;; give ajax requests a chance to finish
(defreqs (dev/get-ajax driver))
;; you'd search for what you are interested in here
(defreq (last reqs))
(dev/request-done? req)
;; => true
(dev/request-failed? req)
;; => nil
(dev/request-success? req)
;; => true
This test passes locally for me on PopOS.
On CI this test is run on macOS. Can't remember why not ubuntu at this point, but don't want to mess with an old decision right now.
In a test PR, I bumped the 2-second wait time to 10 seconds and the test passed (well 2 times anyways!).
I'll put that quick fix in for now.
The text was updated successfully, but these errors were encountered:
The test-doc test seems to be failing when testing a code block in the user guide:
This test passes locally for me on PopOS.
On CI this test is run on macOS. Can't remember why not ubuntu at this point, but don't want to mess with an old decision right now.
In a test PR, I bumped the 2-second wait time to 10 seconds and the test passed (well 2 times anyways!).
I'll put that quick fix in for now.
The text was updated successfully, but these errors were encountered: