Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 22:05:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 22:05:37 +0300
commitc2f9f40e8892d316a27702eb5dbcabbe756efd0c (patch)
tree9010111802c50ebcad804e7b2e3f472ca87214ca /spec/frontend
parent5dc5e2c78f8ee966db96ffe31887a90bce650437 (diff)
Add latest changes from gitlab-org/gitlab@15-5-stable-ee
Diffstat (limited to 'spec/frontend')
-rw-r--r--spec/frontend/blob/openapi/index_spec.js2
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 5884b27d951..17e718df495 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" frameborder="0" width="100%" height="1000"></iframe>',
+ '<iframe src="/-/sandbox/swagger" sandbox="allow-scripts allow-popups" frameborder="0" width="100%" height="1000"></iframe>',
);
});
});