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

Fix E2E test Filedownload issue #15730

Merged
merged 7 commits into from
Aug 30, 2024
Merged

Conversation

etanb
Copy link
Collaborator

@etanb etanb commented Aug 29, 2024

This PR fixes our issue with File Downloading in our Daily Data page as well as skipping the Search feature for now.

Fixes #15612

@etanb etanb added the experience Team label to flag issues owned by the Experience Team label Aug 29, 2024
Copy link

github-actions bot commented Aug 29, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@@ -139,3 +139,18 @@ export function toDateWithTime(date: string, time?: string) {
}
return toDateTime;
}

export function removeTimestamp(filename: string) {
Copy link
Collaborator

@penny-lischer penny-lischer Aug 30, 2024

Choose a reason for hiding this comment

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

maybe rename function to removeDateTime? or maybe keep the date and just remove the last 10 chars from the filename?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i'll rename it. i wanted to keep the extension (in this case .hl7) intact in case things change + keep the specificity of filetype.

Copy link
Collaborator

@penny-lischer penny-lischer left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link

Branch deployed to Chromatic 🚀.

  • ⚠️ Detected 0 tests with visual changes.
  • ✅ All tests passed.

View via:

Copy link

sonarcloud bot commented Aug 30, 2024

@etanb etanb merged commit e84f2c3 into master Aug 30, 2024
30 checks passed
@etanb etanb deleted the experience/15612/file-download-e2e-issue branch August 30, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experience Team label to flag issues owned by the Experience Team
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add File Download testing to Daily Data smoke test user flow
3 participants