-
Notifications
You must be signed in to change notification settings - Fork 44
Replace Create React App with Vite #1335
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
##### | ||
# UI ENVIRONMENT VARIABLEs | ||
# Copy and configure the variables below in your own `.env.local` or `.env.[mode].local` file | ||
# https://vitejs.dev/guide/env-and-mode.html#env-files | ||
##### | ||
|
||
# Redux logger ('true' to enable) | ||
VITE_REDUX_LOGGER_ENABLED= | ||
axelboc marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,11 @@ describe('3-click centring', () => { | |
); | ||
}); | ||
|
||
it('Each click is rotating the sample by 90 degrees', () => { | ||
it.skip('Each click is rotating the sample by 90 degrees', () => { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Skipping this test for now, as explained, but if you have any clue @walesch-yan, please let me know 🙏 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately, I have no direct answer to this behavior. My guess would be that some configuration mismatch on cypress' side leads to networking issues. This definitely needs to be investigated in more detail. |
||
cy.mountSample(); | ||
cy.findByRole('button', { name: 'Sample: test - test' }).should( | ||
'be.visible', | ||
); | ||
cy.findByRole('button', { name: '3-click centring' }).click(); | ||
cy.get('.form-control[name="diffractometer.phi"]') | ||
.invoke('val') | ||
|
axelboc marked this conversation as resolved.
Show resolved
Hide resolved
|
axelboc marked this conversation as resolved.
Show resolved
Hide resolved
|
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.