test: fix cypress tests (#4951)

This commit is contained in:
Erez Rokah
2021-02-11 07:21:40 -08:00
committed by GitHub
parent 9dd64a78b9
commit 41e82c2280
2 changed files with 4 additions and 4 deletions

View File

@ -653,8 +653,8 @@ export default class API {
params: {
pagelen: 50,
q: oneLine`
source.repository.full_name = "${this.repo}"
AND state = "${BitBucketPullRequestState.OPEN}"
source.repository.full_name = "${this.repo}"
AND state = "${BitBucketPullRequestState.OPEN}"
AND destination.branch.name = "${this.branch}"
AND comment_count > 0
AND ${sourceQuery}