removed unused timout arg
gitea/salix/2024-e2e-travel-thermograph This commit looks good
Details
gitea/salix/2024-e2e-travel-thermograph This commit looks good
Details
This commit is contained in:
parent
14cee74ae2
commit
752621fbf6
|
@ -74,7 +74,7 @@ describe('Client Edit basicData path', () => {
|
||||||
await page.loginAndModule('salesASsistant', 'client');
|
await page.loginAndModule('salesASsistant', 'client');
|
||||||
await page.accessToSearchResult('Ptonomy Wallace');
|
await page.accessToSearchResult('Ptonomy Wallace');
|
||||||
await page.accessToSection('client.card.basicData');
|
await page.accessToSection('client.card.basicData');
|
||||||
}, 30000);
|
});
|
||||||
|
|
||||||
it('should be able to change the salesPerson', async() => {
|
it('should be able to change the salesPerson', async() => {
|
||||||
await page.waitForSelector(selectors.clientBasicData.name);
|
await page.waitForSelector(selectors.clientBasicData.name);
|
||||||
|
|
Loading…
Reference in New Issue