removed a commented line
gitea/salix/2053_e2e_tiquet_request This commit looks good
Details
gitea/salix/2053_e2e_tiquet_request This commit looks good
Details
This commit is contained in:
parent
8ea54beec0
commit
6b8915a882
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue