-
Notifications
You must be signed in to change notification settings - Fork 2
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
docs: add info about expect timeout configuration #51
Conversation
✅ Successfully deployed static |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Click on "expect" only expands the section
2bd4480
to
23e8be3
Compare
sidebars.ts
Outdated
items: [ | ||
{ type: "category", label: "browser", items: [{ type: "autogenerated", dirName: "commands/browser" }] }, | ||
{ type: "category", label: "element", items: [{ type: "autogenerated", dirName: "commands/element" }] }, | ||
{ | ||
type: "category", | ||
label: "expect", | ||
items: [{ type: "autogenerated", dirName: "commands/expect" }], | ||
link: { type: "doc", id: "commands/expect/overview" }, | ||
}, | ||
{ type: "category", label: "mock", items: [{ type: "autogenerated", dirName: "commands/mock" }] }, | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont like being forced to describe each chapter manually, but i didn't find a better alternative
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's the only way
23e8be3
to
d202e7d
Compare
No description provided.