removed unused timout arg
gitea/salix/2024-e2e-travel-thermograph This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-02-12 07:31:46 +01:00
parent 14cee74ae2
commit 752621fbf6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ describe('Client Edit basicData path', () => {
await page.loginAndModule('salesASsistant', 'client');
await page.accessToSearchResult('Ptonomy Wallace');
await page.accessToSection('client.card.basicData');
}, 30000);
});
it('should be able to change the salesPerson', async() => {
await page.waitForSelector(selectors.clientBasicData.name);