Open brazenest opened 1 year ago
I'm getting something similar. The cypress smokey tests failed as part of the remix.init script.
I got these 2 errors:
should allow you to register and login:
. AssertionError: Timed out retrying after 4000ms: Unable to find an accessible element with the role "link" and name /notes/i
should allow you to make a note:
. AssertionError: Timed out retrying after 4000ms: Unable to find an accessible element with the role "button" and name /delete/i
Second one is different.
This leaves the install in an incomplete state. I think a second commit should be made but it fails and git is left like this:
└> git status
On branch master
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: .eslintrc.repo.cjs
deleted: .github/ISSUE_TEMPLATE/bug_report.yml
deleted: .github/ISSUE_TEMPLATE/config.yml
deleted: .github/PULL_REQUEST_TEMPLATE.md
deleted: .github/dependabot.yml
deleted: .github/workflows/format-repo.yml
deleted: .github/workflows/lint-repo.yml
deleted: .github/workflows/no-response.yml
modified: .gitignore
deleted: LICENSE.md
modified: README.md
modified: app.arc
modified: package.json
Untracked files:
(use "git add <file>..." to include in what will be committed)
package-lock.json
remix.init/package-lock.json
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
Run
npx create-remix@latest --template remix-run/grunge-stack
on Windows 11 with a valid project name, answering yes to all the prompts (automatic initialization of Git repo, automatic installation of npm dependencies, automatic execution of remix.init, automatic execution of "build/tests/etc").Expected Behavior
Successful, error-free installation of grunge-stack.
Actual Behavior
An error occurs during execution of tests. Relevant portion of output from the procedure follows: