# language: en

Feature: robot R3
    lorem ipsum
Background:
  Given lineOn

Scenario: As soon as shuttle XY is in the station ZX, then robot r3 starts unloading all cubes 2x2.
  When shuttleXYAtStationZX
  Then robotR3ProgramNumber == 4 && robotR3ProgramStarted

Scenario: when robot r3 finishes unloading all cubes 2x2, then robot r3 starts unloading all cubes 2x4.
  When robotR3ProgramNumber == 4 && robotR3ProgramEnded
  Then robotR3ProgramNumber == 5 && robotR3ProgramStarted