Skip to content

Commit

Permalink
remove env init from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
deetz99 committed Jan 13, 2025
1 parent 088fe32 commit 605eede
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions strr-platform-web/tests/e2e/platform-smoke.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { test } from '@playwright/test'
import { config as dotenvConfig } from 'dotenv'
import {
getFakeBusinessDetails,
getFakeContactDetails,
Expand All @@ -12,8 +11,6 @@ import {
completeStep4,
assertDashboardDetailsView
} from './test-utils'
// load default env
dotenvConfig()

loginMethods.forEach((loginMethod) => {
test.describe(`STRR Platform Smoke Test - ${loginMethod}`, () => {
Expand Down

0 comments on commit 605eede

Please sign in to comment.