-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Rare error in web tests #180
Comments
hatched
pushed a commit
to hatched/teleport-merge
that referenced
this issue
Nov 30, 2022
* New Top Nav (gravitational#136) * Moves AuthConnectors/TrustedClusters/Roles to the Dashboard Top Nav * Add feature to allow user in context to perform operations on other users (gravitational#137) * Added List/Create/Update/Delete/Reset user functionality * Added enterprise api endpoint to OSS config Co-authored-by: Alexey Kontsevoy <[email protected]> * Fix handling of feature flags (gravitational#138) * Prevent closing when there is an error with deleting user (gravitational#142) * Alexey/v5nav (gravitational#155) * Touch Ups (gravitational#157) * Create a story for Teleport App (gravitational#158) * Add Application Launcher (AAP) (gravitational#162) * use publicAddr and clusterName URL parameters to launch apps. (gravitational#169) * Update sideNav styles and ssh input box (gravitational#170) * [teleport] Implement add node dialog (gravitational#165) * [teleport] Change NodeJoinToken prop expires to expiry (gravitational#176) * Remove empty state from NodesList (gravitational#179) * [teleport] Add -f flag to add node curl command (gravitational#180) * [teleport] Add app session chunk and start events (gravitational#181) * Add Application Dialog * Delete Force Co-authored-by: Lisa Kim <[email protected]>
nick-inkeep
pushed a commit
to nick-inkeep/teleport-docs
that referenced
this issue
Jun 20, 2023
Fixes gravitational#167 `handlePartialLink` currently hardcodes `docs/pages` as the location of all docs pages, and uses this file path segment to construct the absolute path of the MDX file that includes a partial. This change adds the root directory of all partials as a parameter of `handlePartialLink` and uses that instead. Since this root directory is configurable outside `remark-includes`, this change lets us add unit tests for `handlePartialLink`. This change also handles relative path resolution for image and link definition URLs. The current version of `handlePartialLink` only handles links paths. As a result, this renames `handlePartialLink` to `handleURLPath`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FAIL: web_test.go:532: WebSuite.TestConnect
web_test.go:558:
c.Assert(removeSpace(output.String()), Matches, ".176.")
... value string = "$ disconnected"
... regex string = ".176."
The text was updated successfully, but these errors were encountered: