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
Copy file name to clipboardExpand all lines: docs/development-workflow/hyper-spec/03-methods-and-features.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,9 @@ See the [Client Initialization Options](#client-initialization-options) section
75
75
76
76
By default the client environment will be reinitialized at the beginning of every spec. If this is not needed you can speed things up by adding the `no_reset` flag to a block of specs.
77
77
78
-
> Note if you are using `visit` to directly load a page and still want to use methods like `on_client` and the expectation helpers, see the last section on
79
-
using visit at the end of this document.
78
+
### Known Issues
79
+
80
+
See the last section below for known issues.
80
81
81
82
# Details
82
83
@@ -442,10 +443,29 @@ The method is typically not needed assuming you are using a multithreaded server
442
443
443
444
You can resolve this by using the `pause` method in the debug session which will put the server debug session into a non-blocking loop. You can then experiment in the JS console, and when done release the pause by executing `go()` in the *javascript* debug console.
444
445
445
-
### Using `visit` and the Application Layout
446
+
### Known Issues
447
+
448
+
####Using `visit` and the Application Layout
446
449
Currently this is not well integrated (see [issue 398](https://github.com/hyperstack-org/hyperstack/issues/398)). If you want to visit a page on the website
447
450
using `visit`, the following will not work: Timecop integration, and the `insert_html` and `before_mount` methods. You will also have to execute this line in your spec:
0 commit comments