-
Notifications
You must be signed in to change notification settings - Fork 547
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
Add proof of concept drag & drop e2e test #5745
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c2a87c3
to
5e4e481
Compare
await dropTarget.waitForDisplayed(); | ||
|
||
// The actual drop target can be different from the element with the `dropZone` directive.. | ||
await driver.executeScript(dragAndDrop, [fileSelector, dropSelector + ' .dropzone-target']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ndom91 this used to work - likely the difference is on our side somewhere. No rush at all, but if you could at any point help me debug this? 🙏
From last time, I remember that the change in dropzone.ts
was important. The current problem might be similar or related.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I resolved it in the last force push.
5e4e481
to
a6493b9
Compare
Sorry for the huge screenshot. Wanted to get both the test client and the terminal in my VM in though haha. Looks like it's getting stuck at finishing adding the project, i.e. the "Let's go" btn and then doesn't continue on to the board. At which point it eventually fails retrying looking for the "Workspace" button. EDIT: That was for the first test. For the second it looks like it's just failing finding that initial |
A little more debugging and ensuring the Your new one, Happy to debug together some more tomorrow 👍 |
This is part 2 of 2 in a stack made with GitButler: