test: improve clone() test expectation
[e-mobility-charging-stations-simulator.git] / ui / web / tests / unit / CSTable.spec.ts
index 39c980c5d244ef1a0f954bcf1241b8ff6129064f..a756a6e5a24b682721b0e12bd11d78a60256d0fe 100644 (file)
@@ -14,8 +14,10 @@ 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('Supervision Url')
   expect(wrapper.text()).to.include('WebSocket State')
   expect(wrapper.text()).to.include('Registration Status')
+  expect(wrapper.text()).to.include('Template')
   expect(wrapper.text()).to.include('Vendor')
   expect(wrapper.text()).to.include('Model')
   expect(wrapper.text()).to.include('Firmware Version')