removed a commented line
gitea/salix/2053_e2e_tiquet_request This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-02-27 08:07:25 +01:00
parent 8ea54beec0
commit 6b8915a882
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ describe('Ticket purchase request path', () => {
}); });
it(`should edit the third request quantity as it's state is still new`, async() => { 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.waitForContentLoaded();
await page.write(selectors.ticketRequests.thirdRequestQuantity, '9'); await page.write(selectors.ticketRequests.thirdRequestQuantity, '9');
await page.keyboard.press('Enter'); await page.keyboard.press('Enter');