aktueller Stand
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import App from './App';
|
||||
|
||||
test('renders learn react link', () => {
|
||||
test('zeigt das Login-Formular an, wenn keine Session aktiv ist', () => {
|
||||
render(<App />);
|
||||
const linkElement = screen.getByText(/learn react/i);
|
||||
expect(linkElement).toBeInTheDocument();
|
||||
expect(screen.getByText(/Pickup Config Login/i)).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(/E-Mail/i)).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user