mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(ui): replaced some n-input with c-input-text
This commit is contained in:
committed by
Corentin THOMASSET
parent
aad8d84e13
commit
77f2efc0b9
@@ -30,8 +30,8 @@ test.describe('Tool - List converter', () => {
|
||||
3
|
||||
5`);
|
||||
await page.getByTestId('removeDuplicates').check();
|
||||
await page.getByTestId('itemPrefix').locator('input').fill("'");
|
||||
await page.getByTestId('itemSuffix').locator('input').fill("'");
|
||||
await page.getByTestId('itemPrefix').fill("'");
|
||||
await page.getByTestId('itemSuffix').fill("'");
|
||||
|
||||
const result = await page.getByTestId('area-content').innerText();
|
||||
expect(result.trim()).toEqual("'1', '2', '4', '3', '5'");
|
||||
|
||||
Reference in New Issue
Block a user