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/features/projects/blobs/blob_show_spec.rb | |
parent | a466e9450d5949aa762913729918db02b5d27761 (diff) | |
download | gitlab-ce-7fe1490a589010205896293ec225dfcc88676a9e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/blobs/blob_show_spec.rb')
-rw-r--r-- | spec/features/projects/blobs/blob_show_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/blobs/blob_show_spec.rb b/spec/features/projects/blobs/blob_show_spec.rb index e01382cf31f..03680f681ba 100644 --- a/spec/features/projects/blobs/blob_show_spec.rb +++ b/spec/features/projects/blobs/blob_show_spec.rb @@ -1002,7 +1002,7 @@ RSpec.describe 'File blob', :js do end it 'renders sandboxed iframe' do - expected = %(<iframe src="/-/sandbox/swagger" sandbox="allow-scripts allow-popups" frameborder="0" width="100%" height="1000">) + expected = %(<iframe src="/-/sandbox/swagger" sandbox="allow-scripts allow-popups allow-forms" frameborder="0" width="100%" height="1000">) expect(page.html).to include(expected) end end |