We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7a9c8 commit 8fb3faaCopy full SHA for 8fb3faa
test/api-console-documentation.test.js
@@ -73,7 +73,7 @@ describe('API Console documentation', () => {
73
const documentation = documentationSummary(element);
74
const summaryShadowRoot = documentation.shadowRoot;
75
const endpointsSection = summaryShadowRoot.querySelector('.toc');
76
- await aTimeout(300);
+ await aTimeout(400);
77
assert.ok(endpointsSection)
78
79
const endpoints = summaryShadowRoot.querySelectorAll('.endpoint-item');
0 commit comments