Skip to content

Commit

Permalink
code clean up removed only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
nk2136 committed Nov 26, 2024
1 parent f08fb96 commit 0a9af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end2end/tests/userAccessGroup.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';

test.only('Validate group creation and an employee addition', async ({ page }) => {
test('Validate group creation and an employee addition', async ({ page }) => {
await page.goto('https://host.docker.internal/Test_Request_Portal/admin/?a=mod_groups');

// Create a new group
Expand Down

0 comments on commit 0a9af25

Please sign in to comment.