Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
run link tests only on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemiah-abuga committed Sep 6, 2023
1 parent 8a4ffc4 commit 11d6849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/ui/links.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as SITE_PAGES_DATA from "../../fixtures/site-pages.json"

const sitePages = SITE_PAGES_DATA.sitePages

describe("Verify correct status code when user navigates links", { browser: '!webkit' }, () => {
describe("Verify correct status code when user navigates links", { browser: 'chrome' }, () => {
sitePages.forEach((sitePage) => {
it(`Verify success status code response for links in ${sitePage.name} `, () => {
cy.visit({ url: sitePage.route })
Expand Down

0 comments on commit 11d6849

Please sign in to comment.