Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove a duplicate external link icon from AnalyticsLearnMoreDialog #10924

Merged
merged 1 commit into from
May 16, 2023
Merged

Remove a duplicate external link icon from AnalyticsLearnMoreDialog #10924

merged 1 commit into from
May 16, 2023

Conversation

luixxiul
Copy link
Contributor

@luixxiul luixxiul commented May 16, 2023

This PR intends to remove a duplicate external link icon from AnalyticsLearnMoreDialog. It also suggests to add a E2E test with a Percy snapshot test.

The issue is essentially the same one as element-hq/element-web#25384 (37b7dfe#diff-5c6639bce05427539d7491614ced8865c159ce506a05bae549ee545716fe6b88R59-R62).

Before After
0 1

type: defect

Notes: none

element-web notes: none

Signed-off-by: Suguru Hirahara luixxiul@users.noreply.github.com

Checklist

  • Tests written for new code (and old code if feasible)
  • Linter and other CI checks pass
  • Sign-off given on the changes (see CONTRIBUTING.md)

This change has no change notes, so will not be included in the changelog.

@t3chguy t3chguy added X-Release-Blocker This affects the current release cycle and must be solved for a release to happen backport staging Label to automatically backport PR to staging branch labels May 16, 2023
Comment on lines 41 to 48
cy.intercept("/config.json?cachebuster=*", (req) => {
req.continue((res) => {
res.send(200, {
...res.body,
posthog: {
project_api_key: "foo",
api_host: "bar",
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on:

cy.intercept("/config.json?cachebuster=*", (req) => {
req.continue((res) => {
res.send(200, {
...res.body,
posthog: {
project_api_key: "foo",
api_host: "bar",
},

@github-actions github-actions bot added Z-Community-PR Issue is solved by a community member's PR T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems labels May 16, 2023
@luixxiul
Copy link
Contributor Author

The E2E test fails due to another toast overlapping the toast for the analytics. It needs checking, so I removed the test for now, not to block the release.

@luixxiul luixxiul marked this pull request as ready for review May 16, 2023 15:28
@luixxiul luixxiul requested a review from a team as a code owner May 16, 2023 15:28
@luixxiul luixxiul requested review from dbkr and alunturner May 16, 2023 15:28
@t3chguy t3chguy enabled auto-merge May 16, 2023 15:29
@t3chguy t3chguy added this pull request to the merge queue May 16, 2023
Merged via the queue into matrix-org:develop with commit 4cc6ab1 May 16, 2023
RiotRobot pushed a commit that referenced this pull request May 16, 2023
(cherry picked from commit 4cc6ab1)
@luixxiul luixxiul deleted the test-security-user-settings-tab branch May 16, 2023 19:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport staging Label to automatically backport PR to staging branch T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems X-Release-Blocker This affects the current release cycle and must be solved for a release to happen Z-Community-PR Issue is solved by a community member's PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants