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: fix e2e #310

Closed
wants to merge 3 commits into from
Closed

test: fix e2e #310

wants to merge 3 commits into from

Conversation

hi-ogawa
Copy link
Contributor

@hi-ogawa hi-ogawa commented Mar 20, 2024

npm i was missing for samples/imba e2e. I also replaced .click with expect(...).isVisible() since it looks like unnecessary click is causing UI to glitch sometimes.

@hi-ogawa hi-ogawa marked this pull request as ready for review March 20, 2024 03:13
})

test('imba', async ({ launch }) => {
await execa('npm', ['i'], { cwd: './samples/imba' })
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think that's the same issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, technically if samples/imba installed its own Vitest, then it's not testing against ecosystem-ci's Vitest.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superseded by

I'll also setup a wrapper script for ecosystem-ci, so we can tweak things while keeping the same script on ecosystem-ci repo.

@hi-ogawa hi-ogawa closed this Mar 20, 2024
@hi-ogawa hi-ogawa deleted the test-fix-imba branch March 20, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants