Test/pbyr 3802 e2e oboarding scenario#1010
Open
jordividaller wants to merge 36 commits into
Open
Conversation
Contributor
📊 Coverage Report✅ Coverage increased! 🎉
Detailed BreakdownLines Coverage
Statements Coverage
Functions Coverage
Branches Coverage
✅ Coverage check passed |
gabrielseco
reviewed
May 14, 2026
| await expect(stepTitle).toHaveText('Select Country'); | ||
|
|
||
| await fillOnboardingStep1Form(page, { | ||
| country_id: 'France', |
Collaborator
There was a problem hiding this comment.
we should test another country different than France as isn't supported by the API, we froze hiring here same for Italy and Germany
You can try with Spain | Portugal | India
* fix(zizmor) - fix high issues with github actions * format * fix * fix zizmor * fix zizmor * fix * fix installation * remove git tag * fix issues * fix alerts * fix
* add context and utility * feat(form) - add transformer to the description * changes * fix mock tests * sanitize * fix tests * feat(fieldsets) - add transformation to fieldsets * feat(fields) - add transformer * feat(onboarding) - add example * add example * fix
* add context and utility * feat(form) - add transformer to the description * changes * fix mock tests * sanitize * fix tests * feat(fieldsets) - add transformation to fieldsets * feat(fields) - add transformer * feat(onboarding) - add example * add example * add new prop to table * add readme * update readme
* chore(oxlint) - migrate comments * remove eslint rule * fix bugbot
* fix(contractor-onboarding) - handle not nested errors * fix error handling docs * fix format * refactor(mutations) - handle nested structured * add docs * format
…eturned by BE less than 3 (#1015) * fix(contractor-onboarding) - fix logic * fix * revert
…1016) * fix(contractor-onboarding) - fix logic * fix * revert * fix(contractor-onboarding) - fix submission * fix * remove example * remove code
* openapi spec * fix tests
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (312 total)
✅ Bundle size check passed |
Contributor
|
Deploy preview for remote-flows ready!
Deployed with vercel-action |
added 8 commits
May 15, 2026 14:50
…e onboarding test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[https://linear.app/remote/issue/PBYR-3802/extend-e2e-tests-to-cover-eor-onboarding-scenario]
I've decided to split helpers to avoid having a file that's too large in the future.
All my form-filling functions can accept different parameters to allow them to be used for futures tests (tlike testing errors scenarios for example).