Skip to content

Commit f7922e3

Browse files
committed
test: GitHub Pull Request -> GitHub
The GitHub Pull Request extension has been renamed in the UI to just GitHub and shows PR and Issue data
1 parent 894888d commit f7922e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cpp/features/steps/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const test = base.extend<{ codespacePage: CodespacePage }, { authenticati
1313
codespacePage: async ({ page }, use) => {
1414
const codespacePage = new CodespacePage(page);
1515
await codespacePage.goto();
16-
await codespacePage.areExtensionsActive(['SonarQube', 'CMake', 'Live Share', 'GitHub Pull Requests']);
16+
await codespacePage.areExtensionsActive(['SonarQube', 'CMake', 'Live Share', 'GitHub']);
1717

1818
await use(codespacePage);
1919

0 commit comments

Comments
 (0)