Skip to content

Commit fc8bc16

Browse files
committed
refactor: moved bb tests to scenarious
1 parent 876ad0e commit fc8bc16

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { Page } from '@playwright/test';
2+
import { AtlascodeDrawer } from 'e2e/page-objects';
3+
4+
export async function authFlowBitbucket(page: Page) {
5+
await new AtlascodeDrawer(page).pullRequests.expectMenuItems();
6+
}

e2e/scenarios/bitbucket/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { authFlowBitbucket } from './authFlow.spec';

e2e/tests/bitbucket/authFlowCloud.spec.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

e2e/tests/bitbucket/authFlowDC.spec.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)