Skip to content

Commit

Permalink
martin
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed May 23, 2024
1 parent cf9fafe commit bbb2662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Page } from '@playwright/test';

import { DEFAULT_USER_CREDENTIALS } from '../config/constants';
import injectInitialData from '../fixtures/inject-initial-data';
import { Users } from '../fixtures/userStates';
import { HomeOmnichannel } from '../page-objects';
import { createAgent, makeAgentAvailable } from '../utils/omnichannel/agents';
import { createConversation } from '../utils/omnichannel/rooms';
import { test, expect } from '../utils/test';
import injectInitialData from '../fixtures/inject-initial-data';

test.use({ storageState: Users.user1.state });

Expand Down

0 comments on commit bbb2662

Please sign in to comment.