Skip to content

Commit

Permalink
Corrigi importação
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieFerraz committed May 8, 2024
1 parent 3136802 commit df5eeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perfil.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { test, expect } = require('@playwright/test');
import PerfilPage from '../pages/PerfilPage';
import PerfilPage from '../pages/perfilPage';

test('Acessar Perfil', async ({ page }) => {
await page.goto('https://frontend-nnf7bytugq-uc.a.run.app/user/profile?show=profile');
Expand Down

0 comments on commit df5eeed

Please sign in to comment.