Skip to content

PSP-11590: Research files - view form automation#5345

Merged
eddherrera merged 14 commits into
bcgov:devfrom
stairaku:automation-branch
Jul 8, 2026
Merged

PSP-11590: Research files - view form automation#5345
eddherrera merged 14 commits into
bcgov:devfrom
stairaku:automation-branch

Conversation

@stairaku

Copy link
Copy Markdown
Collaborator

No description provided.

@stairaku stairaku requested a review from eddherrera June 25, 2026 22:45
@stairaku stairaku self-assigned this Jun 25, 2026
@stairaku stairaku added the test-scripts Tag used for functional test scripts label Jun 25, 2026
Comment thread testing/pims-integration/pages/layout/layout.page.ts Outdated
Comment thread testing/pims-integration/pages/layout/layout.page.ts Outdated
Comment thread testing/pims-integration/pages/layout/layout.page.ts Outdated
Comment thread testing/pims-integration/tests/e2e/research.spec.ts Outdated
await test.step('Create file', async () => {
//Navigate to new research file and create a minimum viable research
await researchCreatePage.goto();
await researchCreatePage.setResearchNameValue('researchFile');

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We need to pass a unique value, let's create a new Util function that receives a prefix of type string, and returns a string with unique value... for example,

generateFileName(prefix: string) => { return => prefix + YYYYMMDD + random number or hour min }

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

already have this but on research pages, just move it to utils and make it more generic.

@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5345

@mergify

mergify Bot commented Jul 8, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@eddherrera eddherrera added this pull request to the merge queue Jul 8, 2026
Merged via the queue into bcgov:dev with commit 7e8dd1d Jul 8, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test-scripts Tag used for functional test scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants