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

Fix ERR_FILE_NOT_FOUND when running npm test #148

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

Smankusors
Copy link
Member

Proposed changes

When running npm test, there's a warning shown below when testing Card and Sidenav plugin

log: Failed to load resource: net::ERR_FILE_NOT_FOUND
log: Failed to load resource: the server responded with a status of 403 (Forbidden)

This is happen when we merged #78, where the "images" folder moved to "docs" folder. This PR fixes the img src to the updated one. There's also one image on the card component that become missing (403 forbidden), so I replaced it with sample-1.jpg.

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist:

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@Smankusors Smankusors merged commit 98e82d2 into materializecss:v1-dev Jun 17, 2021
@Smankusors Smankusors added bug Something isn't working meta Issues with the project itself or our GitHub repository. and removed bug Something isn't working labels Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues with the project itself or our GitHub repository.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants