Skip to content

Commit

Permalink
fixup! front: add stdcm simulation sheet e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: maymanaf <[email protected]>
  • Loading branch information
Maymanaf committed Jan 7, 2025
1 parent d7c680e commit 1e9b344
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions front/tests/013-stdcm-simulation-sheet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ test.beforeEach(
}
);

test('Verify PDF content', async ({ browserName }) => {
/**
* Finds the first `.pdf` file in the specified directory.
* @param directory The directory to search in.
* @returns The path of the first `.pdf` file or `null` if not found.
*/

test('Verify simulation sheet content', async ({ browserName }) => {
const downloadDir = `./tests/stdcm-results/${browserName}`;
const pdfFilePath = findFirstPdf(downloadDir);

Expand Down

0 comments on commit 1e9b344

Please sign in to comment.