Skip to content

Commit

Permalink
Add login fixture to rollbar test to avoid execution in prod (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 authored Nov 20, 2024
1 parent fc47061 commit 46b7d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from "@playwright/test";
import { test } from "../../utils";
import config from "../../config";

test('Should log an error to Rollbar', async ({ page }) => {
test('Should log an error to Rollbar', async ({ page, login }) => {
const rollbarAPICall = page.waitForRequest('https://api.rollbar.com/api/1/item/');

await page.goto('/login');
Expand Down

0 comments on commit 46b7d20

Please sign in to comment.