Skip to content

Commit 1a6991a

Browse files
committed
Rename some html snapshots to take their place.
1 parent 9926577 commit 1a6991a

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

tests/corpus/_corpus-index.ts

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,22 @@ export interface CorpusEntry {
77
}
88

99
export 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.

0 commit comments

Comments
 (0)