79324753

Date: 2025-01-02 19:27:10
Score: 0.5
Natty:
Report link

The problem is here:

data-testid="step-1"

I'm not sure on why but it doesn't work with numbers in a name. You can do something like:

data-testid="step-one"
expect(screen.getByTestId('step-one')).toBeInTheDocument();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anton B