Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snapshots for pr/20407 #158

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ exports[`material-ui.netlify.com matches the snapshot on / 1`] = `
</button>
<main>
<heading level="1">MATERIAL-UI</heading>
<text>
<heading level="2">
React components for faster and easier web development. Build your own
design system, or start with Material Design.
</text>
</heading>
<link>GET STARTED</link>
<link>Get Professional Support</link>
<text>A quick word from our sponsors:</text>
<link>a random quick word</link>
<heading level="2">Installation</heading>
<heading level="3">Installation</heading>
<text>
Install Material-UI's source files via npm. We take care of injecting
the CSS needed.$ npm install @material-ui/core
Expand All @@ -41,7 +41,7 @@ exports[`material-ui.netlify.com matches the snapshot on / 1`] = `
font.<linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/>
</text>
<link>READ INSTALLATION DOCS</link>
<heading level="2">Usage</heading>
<heading level="3">Usage</heading>
<text>
Material-UI components work without any additional setup, and don't
pollute the global
Expand Down