5638-ticket.summary_states #1538
|
@ -50,6 +50,7 @@ describe('Item Edit basic data path', () => {
|
||||||
|
|
||||||
it(`should create a new intrastat and save it`, async() => {
|
it(`should create a new intrastat and save it`, async() => {
|
||||||
await page.click($.newIntrastatButton);
|
await page.click($.newIntrastatButton);
|
||||||
|
await page.waitForSelector($.intrastatForm);
|
||||||
await page.fillForm($.intrastatForm, {
|
await page.fillForm($.intrastatForm, {
|
||||||
id: '588420239',
|
id: '588420239',
|
||||||
description: 'Tropical Flowers'
|
description: 'Tropical Flowers'
|
||||||
|
|
Loading…
Reference in New Issue