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

test: Exclude inaccessible elements by default in browser tests #19380

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

eps1lon
Copy link
Member

@eps1lon eps1lon commented Jan 24, 2020

The browser tests are bundled with webpack. They don't have access to environment variables unless we explicitly inject them with a webpack plugin.

CI is supposed to exclude inaccessible elements by default which was not the case. See e.g. https://app.circleci.com/jobs/github/mui-org/material-ui/136811 where it logs "WARN: 'including inaccessible elements by default'"

@eps1lon eps1lon added the test label Jan 24, 2020
@mui-pr-bot
Copy link

No bundle size changes comparing 0177cd6...47ae807

Generated by 🚫 dangerJS against 47ae807

@eps1lon
Copy link
Member Author

eps1lon commented Jan 24, 2020

Now logs WARN: 'excluding inaccessible elements by default' as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants