Working through the workshop on my own checkout of the sample app. The API layer passed straight away. Then the browser:
sdods run -p rwa-raw -e local -l ui -b chromium -t @smokeFive failures, and as far as I can tell they are all the same failure:
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/\*/
Received string: "http://localhost:3000/signin"
Timeout: 10000ms
The app is definitely running — the API scenarios hit it. Is the generated suite just wrong?