diff --git a/frontend/src/App.test.tsx b/frontend/src/App.test.tsx index 4a3f3a62..17f85035 100644 --- a/frontend/src/App.test.tsx +++ b/frontend/src/App.test.tsx @@ -19,7 +19,7 @@ it('renders log in panel', () => { ); - const loginPanel = screen.getByText(/Log In to my LRS Account/i); + const loginPanel = screen.getByText(/Login/i); expect(loginPanel).toBeInTheDocument(); }); @@ -33,7 +33,7 @@ test('Renders LRS Form Accordion', () =>{ ); - const formAccordion = screen.getByText(/This is the first sample lrs form, please use this for lrs things/i) + const formAccordion = screen.getByText(/Welcome./i) expect(formAccordion).toBeInTheDocument() })