// Assert initial display value expect(screen.getByDisplayValue('Alice')).toBeInTheDocument();
const nameInput = screen.getByLabelText(/name/i);
// Assert updated display value expect(screen.getByDisplayValue('Bob')).toBeInTheDocument(); );
test('select element by display value', () => render(<RoleSelect defaultValue="Admin" />);
// Assert initial display value expect(screen.getByDisplayValue('Alice')).toBeInTheDocument();
const nameInput = screen.getByLabelText(/name/i);
// Assert updated display value expect(screen.getByDisplayValue('Bob')).toBeInTheDocument(); );
test('select element by display value', () => render(<RoleSelect defaultValue="Admin" />);
Select or create a class below to get started.
The competition is about to begin!
Would you like to change your display name? This is how your name will be displayed on the leaderboard and podium.