enso/app/ide-desktop/lib/dashboard/test-e2e
somebody1234 ce1ef7df03
Make UI for authentication flow match the rest of the dashboard (#8211)
- Changes all authentication screens to look similar to the rest of the dashboard
- Greatly simplifies HTML structure

# Important Notes
- This is being added before the official design is ready, *but* it should be useful anyway, because it greatly simplifies the HTML, which should make it easier to implement the new design
- The auth screens have a larger border-radius than all other elements in the app. This is intentional, to make them look like they continue naturally from the fully rounded submit buttons.
- Basic testing done:
- Logging in should still work
- Signing up should still work
- Setting username should still work
- Changing password should still work
- Forgot password should still work
- Password reset should still work
2023-11-09 10:48:41 +00:00
..
changePasswordModal.spec.ts-snapshots Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
driveView.spec.ts-snapshots Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
labelsPanel.spec.ts-snapshots Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
loginLogout.spec.ts-snapshots Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
signUpFlow.spec.ts-snapshots Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
userMenu.spec.ts-snapshots Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
actions.ts Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
api.ts Labels (#8008) 2023-10-17 06:53:47 +00:00
changePasswordModal.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
driveView.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
labelsPanel.spec.ts Remove flaky screenshot for labels VRT (#8106) 2023-10-20 05:33:26 +00:00
loginLogout.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
loginScreen.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
signUpFlow.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
signUpWithOrganizationId.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
signUpWithoutOrganizationId.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
userMenu.spec.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00