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

[121] Update libraries batch-2 #126

Merged
merged 26 commits into from May 16, 2024
Merged

Conversation

stanislaw-zakrzewski
Copy link
Collaborator

Partly solves: #121

@stanislaw-zakrzewski stanislaw-zakrzewski self-assigned this Apr 9, 2024
@stanislaw-zakrzewski stanislaw-zakrzewski added the work in progress There's still something left to do. label Apr 9, 2024
@stanislaw-zakrzewski stanislaw-zakrzewski removed the work in progress There's still something left to do. label Apr 23, 2024
@stanislaw-zakrzewski stanislaw-zakrzewski changed the title [121] Update libraries batch-2 first part [121] Update libraries batch-2 Apr 24, 2024
@@ -96,7 +97,7 @@ describe('<LandingPage />', () => {
});

describe('<SignInForm />', () => {
it('renders and submits form', async () => {
it.skip('renders and submits form', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these temporary skips? Will be good to create an issue to keep track if it needs to be un-skipped

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I indended to create an issue fot "unskipping" the tests, but I must have forgotten. Here it is:
#129

ENV REACT_APP_MAP_LINK_QA "http://map.marburg.global.health/"
ENV VITE_APP_DISEASE_NAME "Mpox"
ENV VITE_APP_MAP_LINK_DEV "http://dev-map.marburg.global.health/"
ENV VITE_APP_MAP_LINK_LOCAL "http://dev-map.marburg.global.health/"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can these be left blank or made consistent? Right now disease is Mpox but URLs are marburg

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is an issue that I and Jim found during deploying the app. In order to deploy build is run on the CuratorUI and for build env variables are set. This problem has been already solved partially for the other variables like disease name, which is queried from backend. Same solution can be employed also for map related variables. I can create an issue for that.

@stanislaw-zakrzewski stanislaw-zakrzewski merged commit 6583aec into main May 16, 2024
2 checks passed
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

2 participants