Skip to content
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

Bugfix MTE-3781 Use of https in history and bookmarks #22889

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

clarmso
Copy link
Collaborator

@clarmso clarmso commented Nov 4, 2024

📜 Tickets

Jira ticket

💡 Description

test_integration.py::test_sync_tabs_from_desktop fails because an http URL opened on desktop may be redirected to https. The tabs state in the js file specifies the URL in http.

Let me use https URL throughout the sync integration tests so that we don't need to take care of the http to https redirection.

📝 Checklist

You have to check all boxes before merging

  • Filled in the above information (tickets numbers and description of your work)
  • Updated the PR name to follow our PR naming guidelines
  • Wrote unit tests and/or ensured the tests suite is passing
  • When working on UI, I checked and implemented accessibility (minimum Dynamic Text and VoiceOver)
  • If needed, I updated documentation / comments for complex code and public methods
  • If needed, added a backport comment (example @Mergifyio backport release/v120)

@clarmso clarmso requested review from a team as code owners November 4, 2024 22:04
@mobiletest-ci-bot
Copy link

mobiletest-ci-bot commented Nov 4, 2024

Messages
📖 Edited 7 files
📖 Created 0 files

Generated by 🚫 Danger Swift against fb4cf15

private let loginEntry = "https://accounts.google.com"
private let tabOpenInDesktop = "http://example.com/"
private let tabOpenInDesktop = "https://example.com/"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

On desktop, the URL is redirected to https.

Copy link
Contributor

@mdotb-moz mdotb-moz left a comment

Choose a reason for hiding this comment

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

LGTM

@isabelrios isabelrios merged commit ee89f06 into main Nov 5, 2024
10 checks passed
@isabelrios isabelrios deleted the cs/MTE-3781-sync-integration-example.com branch November 5, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants