Skip to content

Commit 8a9bda7

Browse files
committed
⬇️ update tests for merged PR
1 parent 475dbd6 commit 8a9bda7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/src/button-contributions-copy.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,19 @@ export const buttonContributions: ButtonContributionParams[] = [
325325
match: /\/pull\//,
326326
application: "github",
327327
},
328+
{
329+
// `prx_files` is the new PR review experience on GitHub
330+
id: "gh-pull-prx_files",
331+
exampleUrls: [
332+
// "https://github.com/svenefftinge/browser-extension-test/pull/2/files" // this is an experiment for now, and we can't test against GitHub's feature flags yet
333+
],
334+
selector: "div[data-component='PH_Actions']",
335+
containerElement: createElement("div", {
336+
order: "2",
337+
}),
338+
match: /\/pull\//,
339+
application: "github",
340+
},
328341
{
329342
id: "gh-file",
330343
exampleUrls: ["https://github.com/svenefftinge/browser-extension-test/blob/my-branch/README.md"],

0 commit comments

Comments
 (0)