When I log in as 'Joel'
And I click the 1st link with text 'Search for items'
And I enter '1000' into the input with name 'barcode'
And I click the 1st button with text 'Select item'
And I click the 1st button with text 'Add maintenance log'
And I enter 'test' into the input with id 'maintenanceDescription'
And I click the 1st button with text 'Add maintenance log'
# Make another maintnenace log
And I click the 1st button with text 'Add maintenance log'
Then 'it shouldn't still say test in the box, because i already submitted that'
When I log in as 'Joel' And I click the 1st link with text 'Search for items' And I enter '1000' into the input with name 'barcode' And I click the 1st button with text 'Select item' And I click the 1st button with text 'Add maintenance log' And I enter 'test' into the input with id 'maintenanceDescription' And I click the 1st button with text 'Add maintenance log'
# Make another maintnenace log And I click the 1st button with text 'Add maintenance log' Then 'it shouldn't still say test in the box, because i already submitted that'