From b7ed402dae570f8164ac65797315654b79489962 Mon Sep 17 00:00:00 2001 From: flisowna Date: Fri, 9 Dec 2022 19:37:58 +0300 Subject: [PATCH] barcode column type: playwright tests (WIP) --- tests/playwright/tests/columnBarcode.spec.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/playwright/tests/columnBarcode.spec.ts b/tests/playwright/tests/columnBarcode.spec.ts index 5fbd91bc03..c963862241 100644 --- a/tests/playwright/tests/columnBarcode.spec.ts +++ b/tests/playwright/tests/columnBarcode.spec.ts @@ -123,5 +123,11 @@ test.describe('Virtual Columns', () => { await dashboard.closeTab({ title: 'City' }); }); + + test('deletion of the barcode column: directly and indirectly when the reference value column is deleted', async () => {}); + + test('changing the format of the Barcode is reflected in the change of the actual rendered barcode', async () => {}); + + test('barcode cells with invalid input for the choosen barcode format are showing a replacement message', async () => {}); }); });