Skip to content

Commit dc70866

Browse files
test: remove redundant assertion.
1 parent 919b63a commit dc70866

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

playwright/helpers/app-test-helpers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +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-
await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
230-
231229
await expect(
232230
page.getByRole('button', {
233231
name: /Open pull request|Push commit to active pull request branch/,

0 commit comments

Comments
 (0)