From 3c9cb18a9990bfa7d7e2a33776e158f1943f65c2 Mon Sep 17 00:00:00 2001 From: hallieswan <26949006+hallieswan@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:29:42 -0800 Subject: [PATCH] Fix typo Co-authored-by: Nick Grosenbacher --- e2e_workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_workflow/README.md b/e2e_workflow/README.md index 724ddc17bb..dcd412214b 100644 --- a/e2e_workflow/README.md +++ b/e2e_workflow/README.md @@ -40,7 +40,7 @@ The GitHub UI or CLI can be used to view the reports: - GitHub UI - Navigate to the Action run summary page. - - Download the report named "html-report--atttempt-{number}". _Note:_ only the report from the latest attempt will be available. + - Download the report named "html-report--attempt-{number}". _Note:_ only the report from the latest attempt will be available. - Unzip the file and move the "index.html" file into the `playwright-report` directory in SWC. - Run `yarn e2e:report` to view the HTML report in the browser. - GitHub CLI