LibreChat/e2e
Danny Avila 88683b9cc5
fix(Chat.jsx): Improve Message Creation UX by Eliminating Screen Flicker (#577)
* fix(Chat.jsx): conversation no longer navigates upon message creation, which would cause re-render/flicker

* chore(.gitignore): ignore storageState.json in all directories
chore(storageState.json): delete e2e/storageState.json file

* test(e2e): fix old tests with new playwright setup & add helper script for codegen

* fix(Conversation.jsx): add data-testid attribute to <a> element
test(messages.spec.js): add test for expected navigation after receiving message
test(messages.spec.js): add test for page navigations

* chore(Plugin.jsx): import Spinner from '~/components' instead of '../svg/Spinner'
chore(index.jsx): import Spinner from '~/components' instead of '../svg/Spinner'
chore(Spinner.jsx): change classProp prop to className prop in Spinner component
feat(index.ts): export Spinner component from './Spinner'
2023-07-03 16:00:04 -04:00
..
setup test: frontend jest ci/cd & minor fixes post-release (#478) 2023-06-11 00:00:48 -04:00
specs fix(Chat.jsx): Improve Message Creation UX by Eliminating Screen Flicker (#577) 2023-07-03 16:00:04 -04:00
.env.test.example feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
jestSetup.js feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
playwright.config.local.ts test: frontend jest ci/cd & minor fixes post-release (#478) 2023-06-11 00:00:48 -04:00
playwright.config.ts test: frontend jest ci/cd & minor fixes post-release (#478) 2023-06-11 00:00:48 -04:00