diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5286431..30940f9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -42,6 +42,6 @@ jobs: if: always() with: name: junit-report.xml - path: test-results/reports/junit-results.xml + path: test-results/reports/junit-report.xml retention-days: 30 \ No newline at end of file diff --git a/src/test/features/UserShoppingByWear.feature b/src/test/features/UserShoppingByWear.feature index 1932de6..7de8cbe 100644 --- a/src/test/features/UserShoppingByWear.feature +++ b/src/test/features/UserShoppingByWear.feature @@ -31,4 +31,4 @@ Feature:Verify that the user is able to purchase some item. Examples: | Section | Attire | EmailAddress | FirstName | LastName | Address | City | State | ZipCode | Country | PhoneNumber | - | Women | Bras & Tanks | randomemail@gmail.com | Ronald | McDonald | Any Street 9112 | New York City | New York | 92784 | United States | 873487682 | \ No newline at end of file + | Women | Bras & Tanks | randomemail@gmail.com | Ronald | McDonald | Any Street 9112 | New York City | New York | 92784 | United Tests | 873487682 | \ No newline at end of file