Skip to content

Commit

Permalink
test: skipped registration test until delete user func is done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Florez authored and Sergio Florez committed Jan 27, 2025
1 parent 97cedae commit 7bf4e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/registration/registration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test';
import { goToPage, generateRandomAlphanumeric } from '../utils';

// registration is skipped until a delete user function is implemented
test('User registration', async ({ page }) => {
test.skip('User registration', async ({ page }) => {
const password = process.env.TEST_PASSWORD;
await goToPage(page, 'registration');
await expect(page.locator('h1.headline--1')).toBeVisible();
Expand Down

0 comments on commit 7bf4e1b

Please sign in to comment.