Skip to content

Commit cb5ec62

Browse files
fix(specs): make A lowercase a
1 parent 982f6ee commit cb5ec62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

specs/cypress/open-cypress-mobile-viewport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Open Cypress With A Mobile Viewport
1+
name: Open Cypress With a Mobile Viewport
22
command: "npx cypress open --config viewportWidth={{width}},viewportHeight={{height}}"
33
tags:
44
- cypress

specs/cypress/run-cypress-mobile-viewport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Cypress Headless With A Mobile Viewport
1+
name: Run Cypress Headless With a Mobile Viewport
22
command: "npx cypress run --config viewportWidth={{width}},viewportHeight={{height}}"
33
tags:
44
- cypress

0 commit comments

Comments
 (0)