This commit is contained in:
parent
b45b0ff826
commit
16fdfa00fd
|
@ -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() => {
|
||||
|
|
Loading…
Reference in New Issue