We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919b63a commit dc70866Copy full SHA for dc70866
1 file changed
playwright/helpers/app-test-helpers.ts
@@ -226,8 +226,6 @@ export const connectByotWithSingleRepo = async (page: Page) => {
226
const repoSelect = page.getByLabel('Pull request repository')
227
await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
228
229
- await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
230
-
231
await expect(
232
page.getByRole('button', {
233
name: /Open pull request|Push commit to active pull request branch/,
0 commit comments