-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
@@ -96,7 +97,7 @@ describe('<LandingPage />', () => { | |||
}); | |||
|
|||
describe('<SignInForm />', () => { | |||
it('renders and submits form', async () => { | |||
it.skip('renders and submits form', async () => { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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/" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Partly solves: #121