diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-29 18:09:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-29 18:09:26 +0000 |
commit | 7fe1490a589010205896293ec225dfcc88676a9e (patch) | |
tree | 565f6771a34ef557a6dcdd37f46f379e904f0a45 /spec/frontend/blob/openapi | |
parent | a466e9450d5949aa762913729918db02b5d27761 (diff) | |
download | gitlab-ce-7fe1490a589010205896293ec225dfcc88676a9e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/blob/openapi')
-rw-r--r-- | spec/frontend/blob/openapi/index_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/blob/openapi/index_spec.js b/spec/frontend/blob/openapi/index_spec.js index 17e718df495..d9d65258516 100644 --- a/spec/frontend/blob/openapi/index_spec.js +++ b/spec/frontend/blob/openapi/index_spec.js @@ -21,7 +21,7 @@ describe('OpenAPI blob viewer', () => { it('initializes SwaggerUI with the correct configuration', () => { expect(document.body.innerHTML).toContain( - '<iframe src="/-/sandbox/swagger" sandbox="allow-scripts allow-popups" frameborder="0" width="100%" height="1000"></iframe>', + '<iframe src="/-/sandbox/swagger" sandbox="allow-scripts allow-popups allow-forms" frameborder="0" width="100%" height="1000"></iframe>', ); }); }); |