build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / tests / unit / CSTable.spec.ts
index cc31c0cfaf996de0904af3d628149e39c9d55a63..ab4abe346570f32d8debe159f00d1000cc81fb35 100644 (file)
@@ -14,6 +14,7 @@ test('renders CS table columns name', () => {
   expect(wrapper.text()).to.include('Transaction');
   expect(wrapper.text()).to.include('Name');
   expect(wrapper.text()).to.include('Started');
+  expect(wrapper.text()).to.include('WebSocket State');
   expect(wrapper.text()).to.include('Registration Status');
   expect(wrapper.text()).to.include('Vendor');
   expect(wrapper.text()).to.include('Model');