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

Make appconfig a unique request per release. #962

Merged
merged 1 commit into from Mar 8, 2023

Conversation

paulfalgout
Copy link
Member

Fixes [sc-34312]

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #34312: appconfig is no longer a versioned request.

@@ -6,7 +6,7 @@ const appConfig = {};
const versions = {};

function fetchConfig(success) {
fetch('/appconfig.json', { data: { _: _NOW_ } })
fetch(`/appconfig.json?${ new URLSearchParams({ _: _NOW_ }) }`)
Copy link
Member Author

Choose a reason for hiding this comment

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

_NOW_ is the unix timestamp at the time of the FE asset build. It's not variable.

@cypress
Copy link

cypress bot commented Mar 8, 2023

32 failed and 3 flaky tests on run #4608 ↗︎

32 162 0 0 Flakiness 3

Details:

Make appconfig a unique request per release.
Project: RoundingWell Care Ops Frontend Commit: b36fca13da
Status: Failed Duration: 04:54 💡
Started: Mar 8, 2023 6:54 PM Ended: Mar 8, 2023 6:59 PM
Failed  patients/worklist/worklist.js • 17 failed tests • care ops

View Output Video

Test Artifacts
worklist page > flow list Output Screenshots Video
worklist page > action list Output Screenshots Video
worklist page > clinician filtering Output Screenshots Video
worklist page > owner filtering Output Screenshots Video
worklist page > date filtering Output Screenshots Video
worklist page > filters sidebar Output Screenshots Video
worklist page > filters sidebar - done states Output Screenshots Video
worklist page > restricted employee Output Screenshots Video
worklist page > restricted employee - shared by Output Screenshots Video
worklist page > flow sorting Output Screenshots Video
The first 10 failed tests are shown, see all 17 tests in Cypress Cloud.
Failed  globals/app-nav.js • 3 failed tests • care ops

View Output Video

Test Artifacts
App Nav > display nav Output Screenshots Video
App Nav > minimized nav menu Output Screenshots Video
App Nav > add patient failure Output Screenshots Video
Failed  patients/patient/patient-flow.js • 2 failed tests • care ops

View Output Video

Test Artifacts
patient flow page > context trail Output Screenshots Video
patient flow page > bulk edit actions Output Screenshots Video
Failed  patients/worklist/schedule.js • 1 failed test • care ops

View Output Video

Test Artifacts
schedule page > click+shift multiselect Output Screenshots Video
Failed  programs/sidebar/action-sidebar.js • 3 failed tests • care ops

View Output Video

Test Artifacts
program action sidebar > display new action sidebar Output Screenshots Video
program action sidebar > display action sidebar Output Screenshots Video
program action sidebar > display action sidebar with no org forms Output Screenshots Video

The first 5 failed specs are shown, see all 9 specs in Cypress Cloud.

Flakiness  forms/form.js • 2 flaky tests • care ops

View Output Video

Test Artifacts
Patient Form > form reducer error Output Screenshots Video
Patient Form > submit and go back button Output Screenshots Video
Flakiness  components/tooltip.js • 1 flaky test • care ops

View Output Video

Test Artifacts
Tooltip > Displaying horizontal positioning Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@paulfalgout paulfalgout merged commit b7bff47 into develop Mar 8, 2023
@paulfalgout paulfalgout deleted the bugfix/appconfig-unique branch March 8, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants