-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Hide the github button in e2e tests (no-changelog) #11747
base: master
Are you sure you want to change the base?
Conversation
a27a70a
to
c741b8d
Compare
@@ -184,15 +187,16 @@ async function navigateToExecutionsView(openInNewTab: boolean) { | |||
@update:model-value="onTabSelected" | |||
/> | |||
</div> | |||
<div class="github-button"> | |||
<div class="github-button" v-if="showGitHubButton"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we keep it? Would be great if we can keep e2e tests as close to reality of what users experience as possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should bring it back once/if we decide to move this to a place where it's not so obstructive. In it's current location it's messing with too many e2e tests for my liking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thank you for the viewport changes. Would be great to get that in.
I am still not sure about removing Github button. Based on the thread on Slack, it does not seem Product is interested in removing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are not removing the button for any other context besides e2e tests. and we probably can't revert the viewport changes, since the button is taking quite a significant horizontal space, which will likely lead to flaky tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Maybe it should also be behind an env variable, but we can wait till users start asking for this.
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
Summary
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)