wokwi / wokwi-cli

Wokwi Command Line Interface (for CI use cases)
MIT License
14 stars 5 forks source link

Simulation fails if there is no wait or delay at the first line #8

Open rafaelcorsi opened 7 months ago

rafaelcorsi commented 7 months ago

It looks like if there is no waitor delay at the first part of the test the simulation fails.

steps:
- - wait-serial: 'LED on'
  - expect-pin:
      part-id: led1
      pin: A # Anode pin
      value: 1

Erro message:

image

urish commented 7 months ago

Thanks for reporting!