Skip to content

Commit

Permalink
fix lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jan 13, 2025
1 parent baca096 commit b06c739
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: run_tests
shell: bash
run: |
sudo apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
k3d kubeconfig get k3dCluster > tests/lighthouse/fixtures/kubeconfig.yaml
export DOMAIN=http://localhost:3001
Expand Down
2 changes: 1 addition & 1 deletion tests/lighthouse/lighthouse.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { playAudit } from 'playwright-lighthouse';
import { chromium } from 'playwright';
import { tmpdir } from 'os';

const ADDRESS = 'http://localhost:8080';
const ADDRESS = 'http://localhost:3001';

test('Busola Lighthouse audit', async () => {
const context = await chromium.launchPersistentContext(tmpdir(), {
Expand Down

0 comments on commit b06c739

Please sign in to comment.