Skip to content

Commit 6bdb6b0

Browse files
committed
fixup! front: add stdcm simulation sheet e2e test
Signed-off-by: maymanaf <med.aymen.naf@gmail.com>
1 parent 06170b0 commit 6bdb6b0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

front/tests/013-stdcm-simulation-sheet.spec.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ test.beforeEach(
1818
}
1919
);
2020

21-
test('Verify PDF content', async ({ browserName }) => {
22-
/**
23-
* Finds the first `.pdf` file in the specified directory.
24-
* @param directory The directory to search in.
25-
* @returns The path of the first `.pdf` file or `null` if not found.
26-
*/
27-
21+
test('Verify simulation sheet content', async ({ browserName }) => {
2822
const downloadDir = `./tests/stdcm-results/${browserName}`;
2923
const pdfFilePath = findFirstPdf(downloadDir);
3024

0 commit comments

Comments
 (0)