Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/elements-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@stoplight/json": "^3.10.0",
"@stoplight/json-schema-ref-parser": "^9.0.5",
"@stoplight/json-schema-sampler": "0.2.0",
"@stoplight/json-schema-viewer": "^4.0.3",
"@stoplight/json-schema-viewer": "^4.2.0",
"@stoplight/markdown": "^3.0.0",
"@stoplight/markdown-viewer": "^5.2.1",
"@stoplight/mosaic": "^1.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ describe('HttpOperation', () => {
expect(pathParametersPanel).toBeEnabled();

expect(await screen.findByText('parameter name')).toBeInTheDocument();
expect(await screen.findByText('"example value"')).toBeInTheDocument();
expect(await screen.findByText('"another example"')).toBeInTheDocument();
expect(await screen.findByText('example value')).toBeInTheDocument();
expect(await screen.findByText('another example')).toBeInTheDocument();
});

it('should still show path parameters panel when there are no parameters', () => {
Expand Down
Loading