Skip to content

Commit 84eb800

Browse files
committed
fix(list converter): e2e test
1 parent fb80d8a commit 84eb800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sharevb-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- chore/all-my-stuffs
77
jobs:
88
test:
9-
timeout-minutes: 10
9+
timeout-minutes: 30
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:

src/tools/list-converter/list-converter.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.describe('Tool - List converter', () => {
2121
expect(result.trim()).toEqual('1, 2, 3, 4, 5');
2222
});
2323

24-
test('Duplicates should be removed, list should be sorted and prefix and suffix list items', async ({ page }) => {
24+
test('Duplicates should be removed, list should not be sorted and prefix and suffix list items', async ({ page }) => {
2525
await page.getByTestId('input').fill(`1
2626
2
2727
2

0 commit comments

Comments
 (0)