Skip to content

Commit

Permalink
Merge pull request #19416 from storybookjs/fix/cra-bench-by-upgrading…
Browse files Browse the repository at this point in the history
…-playwright

upgrade playwright
  • Loading branch information
ndelangen authored Oct 10, 2022
2 parents bc3831f + c53d926 commit b31cfc5
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ executors:
default: 'medium'
working_directory: /tmp/storybook
docker:
- image: mcr.microsoft.com/playwright:v1.26.0-focal
- image: mcr.microsoft.com/playwright:v1.27.0-focal
environment:
NODE_OPTIONS: --max_old_space_size=3076
resource_class: <<parameters.class>>
Expand Down
2 changes: 1 addition & 1 deletion code/lib/blocks/src/components/IFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class IFrame extends Component<IFrameProps> {
id={id}
title={title}
src={src}
allowFullScreen={allowFullScreen}
{...(allowFullScreen ? { allow: 'fullscreen' } : {})}
loading="lazy"
{...rest}
/>
Expand Down
2 changes: 1 addition & 1 deletion code/lib/components/src/Zoom/Zoom.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const TemplateIFrame = (args) => {
src="/iframe.html?id=ui-panel--default&viewMode=story"
style={style}
ref={iFrameRef}
allowFullScreen
allow="fullscreen"
/>
</Zoom.IFrame>
);
Expand Down
4 changes: 2 additions & 2 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"@nrwl/cli": "14.6.1",
"@nrwl/nx-cloud": "14.6.0",
"@nrwl/workspace": "14.6.1",
"@playwright/test": "1.26.0",
"@playwright/test": "1.27.0",
"@storybook/addon-a11y": "workspace:*",
"@storybook/addon-actions": "workspace:*",
"@storybook/addon-backgrounds": "workspace:*",
Expand Down Expand Up @@ -315,7 +315,7 @@
"npmlog": "^5.0.1",
"nx": "14.6.1",
"p-limit": "^3.1.0",
"playwright": "1.26.0",
"playwright": "1.27.0",
"postcss-loader": "^6.2.1",
"prettier": "2.7.1",
"process": "^0.11.10",
Expand Down
Loading

0 comments on commit b31cfc5

Please sign in to comment.