refs #5066 e2e solve
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-04-20 09:09:48 +02:00
parent b45b0ff826
commit 16fdfa00fd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ describe('Route basic Data path', () => {
it('should confirm the vehicle was edited', async() => {
const vehicle = await page.waitToGetProperty(selectors.routeBasicData.vehicle, 'value');
expect(vehicle).toEqual('1111-IMK');
expect(vehicle).toEqual('1111-IMK - Warehouse One');
});
it('should confirm the km start was edited', async() => {