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 {
77}
88
99export const CORPUS : Record < string , CorpusEntry > = {
10- // HAR corpus (initial page loads)
1110 gh_issue : {
12- type : 'har' ,
11+ description : 'comment text box has some text' ,
12+ type : 'html' ,
1313 url : 'https://github.com/diffplug/selfie/issues/523' ,
1414 } ,
15+ // HAR corpus (initial page loads)
1516 gh_issue_edit : {
1617 description : 'editing an existing comment on an issue' ,
1718 type : 'html' ,
1819 url : 'https://github.com/diffplug/gitcasso/issues/56' ,
1920 } ,
20- gh_issue_new_populated : {
21+ gh_issue_new : {
2122 description : 'a new issue wiht some fields filled out' ,
2223 type : 'html' ,
2324 url : 'https://github.com/diffplug/gitcasso/issues/new' ,
2425 } ,
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- } ,
3426 gh_new_pr : {
3527 type : 'har' ,
3628 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