Skip to content

Commit

Permalink
chore: sift mobile accessible test to number 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Nov 18, 2024
1 parent 90d25d8 commit 0e8a3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test/lib/helpers/allure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const setAllureEpic = async (groupName: string): Promise<void> => {
const browser = await chromium.launch();
const page = await browser.newPage();
if (isMobile(page)) {
await allure.epic('6. Miscellaneous');
await allure.story('6A. Should be accessible from mobile');
await allure.epic('5. Miscellaneous');
await allure.story('5A. Should be accessible from mobile');
} else {
await allure.epic(groupName);
}
Expand Down

0 comments on commit 0e8a3cf

Please sign in to comment.