Skip to content

Commit

Permalink
fix links tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw committed Apr 4, 2024
1 parent 6891d6e commit a57c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/allure-cypress/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const runCypressInlineTest = async (
baseUrl: "https://allurereport.org",
viewportWidth: 1240,
setupNodeEvents: (on, config) => {
const reporter = allureCypress(on, config, {
const reporter = allureCypress(on, {
links: [
{
type: "issue",
Expand Down

0 comments on commit a57c21a

Please sign in to comment.