From 5135276952371f99901f0347bbca5cc0e5a9e5f2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 3 Mar 2021 23:22:43 +0100 Subject: [PATCH] copy error --- test/features/bookshop.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/test/features/bookshop.feature b/test/features/bookshop.feature index 6c1f4105..1ff0964c 100644 --- a/test/features/bookshop.feature +++ b/test/features/bookshop.feature @@ -20,7 +20,6 @@ Feature: List Books using Vue.js UI Then it shows '12' in 'stock' Scenario: Order One Book - When we click on the 1st row in table 'books' And we click on button 'Order:' Then it succeeds with 'ordered 1 item(s)'