From 6b8915a882f04bde7d422db39b8ac5f3af0dcbaf Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Thu, 27 Feb 2020 08:07:25 +0100 Subject: [PATCH] removed a commented line --- e2e/paths/05-ticket/10_request.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/paths/05-ticket/10_request.spec.js b/e2e/paths/05-ticket/10_request.spec.js index f4c4c4abe2..fd4231809e 100644 --- a/e2e/paths/05-ticket/10_request.spec.js +++ b/e2e/paths/05-ticket/10_request.spec.js @@ -36,7 +36,6 @@ describe('Ticket purchase request path', () => { }); it(`should edit the third request quantity as it's state is still new`, async() => { - // await page.clearInput(selectors.ticketRequests.thirdRequestQuantity); // clear input performs a post. is this intended? await page.waitForContentLoaded(); await page.write(selectors.ticketRequests.thirdRequestQuantity, '9'); await page.keyboard.press('Enter');