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

more e2e export fixes #1150

Merged
merged 5 commits into from
Nov 30, 2023
Merged

more e2e export fixes #1150

merged 5 commits into from
Nov 30, 2023

Conversation

Irev-Dev
Copy link
Collaborator

@Irev-Dev Irev-Dev commented Nov 30, 2023

Related to #833

More fixes to export tests, and exports

Note that the export e2e tests can't test file picker-related problems, of which there are some fixes in here for.

Outstanding is what to do about gltf-standard exports as they are two files
#1151

Copy link

vercel bot commented Nov 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Nov 30, 2023 6:04am

Comment on lines -37 to +38
return
}
return
Copy link
Collaborator Author

@Irev-Dev Irev-Dev Nov 30, 2023

Choose a reason for hiding this comment

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

This fixes the below

Screenshare.-.2023-11-30.4_22_27.PM.mp4

@@ -210,11 +210,36 @@ const part001 = startSketchOn('-XZ')
const downloadPromise = page.waitForEvent('download')
await page.getByRole('button', { name: 'Export', exact: true }).click()
const download = await downloadPromise
const downloadLocationer = (extra = '') =>
Copy link
Collaborator Author

@Irev-Dev Irev-Dev Nov 30, 2023

Choose a reason for hiding this comment

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

The below waits for two downloads when it's gltf-standard.

@Irev-Dev Irev-Dev merged commit f3083eb into main Nov 30, 2023
12 checks passed
@Irev-Dev Irev-Dev deleted the kurt-more-e2e-export-fixes branch November 30, 2023 06: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

1 participant