Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrathod28 committed Dec 28, 2023
1 parent 0864377 commit bc164e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/playwright/copy-move-actions/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import EXCLUDED_JSON from './exclude.tests.json';
const config: PlaywrightTestConfig<CustomConfig> = {
...getGlobalConfig,

grepInvert: getExcludedTestsRegExpArray(EXCLUDED_JSON, 'copy-move-actions'),
grepInvert: getExcludedTestsRegExpArray(EXCLUDED_JSON, 'Copy Move Actions'),
projects: [
{
name: 'copy-move-actions',
name: 'Copy Move Actions',
testDir: './src/tests',
use: {
users: ['hruser']
Expand Down

0 comments on commit bc164e7

Please sign in to comment.