Skip to content

Commit a83c1b2

Browse files
committed
Add snapshots for issue and pr editing.
1 parent 959368f commit a83c1b2

File tree

3 files changed

+7506
-10
lines changed

3 files changed

+7506
-10
lines changed

browser-extension/tests/corpus/_corpus-index.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export const CORPUS: Record<string, CorpusEntry> = {
1212
type: 'har',
1313
url: 'https://github.com/diffplug/selfie/issues/523',
1414
},
15+
gh_issue_edit: {
16+
description: 'editing an existing comment on an issue',
17+
type: 'html',
18+
url: 'https://github.com/diffplug/gitcasso/issues/56',
19+
},
1520
gh_issue_populated_comment: {
1621
description: 'comment text box has some text',
1722
type: 'html',
@@ -29,16 +34,11 @@ export const CORPUS: Record<string, CorpusEntry> = {
2934
type: 'har',
3035
url: 'https://github.com/diffplug/selfie/pull/517',
3136
},
32-
// gh_issue_edit: {
33-
// description: 'editing an existing comment on an issue',
34-
// type: 'html',
35-
// url: 'https://TODO'
36-
// },
37-
// gh_pr_edit: {
38-
// description: 'editing an existing comment on a PR',
39-
// type: 'html',
40-
// url: 'https://TODO'
41-
// },
37+
gh_pr_edit: {
38+
description: 'editing an existing comment on a PR',
39+
type: 'html',
40+
url: 'https://github.com/diffplug/gitcasso/pull/58',
41+
},
4242
gh_project: {
4343
description: 'github project board initial load',
4444
type: 'html',

browser-extension/tests/corpus/gh_issue_edit.html

Lines changed: 1529 additions & 0 deletions
Large diffs are not rendered by default.

browser-extension/tests/corpus/gh_pr_edit.html

Lines changed: 5967 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)