Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

[WIP?] e2e test for selections. #141

Closed
wants to merge 2 commits into from
Closed

[WIP?] e2e test for selections. #141

wants to merge 2 commits into from

Conversation

FredrikFolkesson
Copy link
Contributor

Adding a simple test to verify that the selections are working.

I don't know if this is the way to go, every test takes something like 5 seconds so it will become quite slow.

We could test several things in one "run" (first verify the grid, then make some selections, then create a hypercube etc) but then the tests are not independent of each other, and a failure in one of the early "steps" would probably fail the later ones as well.

@netlify
Copy link

netlify bot commented Jan 21, 2019

Deploy preview for catwalk ready!

Built with commit 5a80bb8

https://deploy-preview-141--catwalk.netlify.com

@axelssonHakan
Copy link
Member

Yes we should use "flows" in the e2e tests (like user scenarios, eg first time user)
And we should remove static waits and wait for a element to appear
https://pptr.dev/#?product=Puppeteer&version=v1.10.0&show=api-class-elementhandle

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

Successfully merging this pull request may close these issues.

None yet

2 participants