File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -7,30 +7,22 @@ export interface CorpusEntry {
7
7
}
8
8
9
9
export const CORPUS : Record < string , CorpusEntry > = {
10
- // HAR corpus (initial page loads)
11
10
gh_issue : {
12
- type : 'har' ,
11
+ description : 'comment text box has some text' ,
12
+ type : 'html' ,
13
13
url : 'https://github.com/diffplug/selfie/issues/523' ,
14
14
} ,
15
+ // HAR corpus (initial page loads)
15
16
gh_issue_edit : {
16
17
description : 'editing an existing comment on an issue' ,
17
18
type : 'html' ,
18
19
url : 'https://github.com/diffplug/gitcasso/issues/56' ,
19
20
} ,
20
- gh_issue_new_populated : {
21
+ gh_issue_new : {
21
22
description : 'a new issue wiht some fields filled out' ,
22
23
type : 'html' ,
23
24
url : 'https://github.com/diffplug/gitcasso/issues/new' ,
24
25
} ,
25
- gh_issue_populated_comment : {
26
- description : 'comment text box has some text' ,
27
- type : 'html' ,
28
- url : 'https://github.com/diffplug/selfie/issues/523' ,
29
- } ,
30
- gh_new_issue : {
31
- type : 'har' ,
32
- url : 'https://github.com/diffplug/selfie/issues/new' ,
33
- } ,
34
26
gh_new_pr : {
35
27
type : 'har' ,
36
28
url : 'https://github.com/diffplug/selfie/compare/main...cavia-porcellus:selfie:main?expand=1' ,
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments