Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4f575e

Browse files
author
Tilde Ann Thurium
committed
add some notes to checkout-pr test
1 parent 235cfa2 commit e4f575e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/checkout-pr.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ describe('check out a pull request', function() {
138138
issueishNumber: 1,
139139
timelineCount: 100,
140140
timelineCursor: null,
141+
commitCount: 100,
142+
commitCursor: null,
141143
},
142144
}, result);
143145
}
@@ -161,6 +163,7 @@ describe('check out a pull request', function() {
161163
});
162164
}
163165

166+
// achtung! this test is flaky
164167
it('opens a pane item for a pull request by clicking on an entry in the GitHub tab', async function() {
165168
const {resolve: resolve0, promise: promise0} = expectRepositoryQuery();
166169
resolve0();

0 commit comments

Comments
 (0)