We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3842552 commit ead5ef3Copy full SHA for ead5ef3
src/injectors/gitlab-injector.ts
@@ -50,7 +50,8 @@ class RepositoryInjector implements ButtonInjector {
50
51
isApplicableToCurrentPage(): boolean {
52
const result = !!select.exists(RepositoryInjector.PARENT_SELECTOR)
53
- && !!select.exists(".project-clone-holder");
+ && !!select.exists(".project-clone-holder")
54
+ && !select.exists('[data-qa-selector="gitpod_button"]');
55
return result;
56
}
57
0 commit comments