Skip to content

Commit 8f3d385

Browse files
test: try to remove webkit flake.
1 parent 1766429 commit 8f3d385

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

playwright/helpers/app-test-helpers.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,6 @@ export const connectByotWithSingleRepo = async (page: Page) => {
226226
const repoSelect = page.getByLabel('Pull request repository')
227227
await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
228228

229-
const pushModeVisible = await page
230-
.getByRole('button', { name: 'Push commit to active pull request branch' })
231-
.isVisible()
232-
233-
if (pushModeVisible) {
234-
await expect(repoSelect).toBeDisabled()
235-
} else {
236-
await expect(repoSelect).toBeEnabled()
237-
}
238-
239229
await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
240230

241231
await expect(

0 commit comments

Comments
 (0)