-
Notifications
You must be signed in to change notification settings - Fork 16
Arash/ungrouping tabs #931
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
Conversation
* Test addressbar bookmarks when history disabled * add .ymal * edit methods * one method instead of two * remove all.ymal and functional.ymal --------- Co-authored-by: Hani Yacoub <[email protected]>
* vs/add test clipboard flip
* Add adaptive hitory removal * Update methods, add test to manifest * Rename confusing selector * Adjust selector * Set failing test unstable
* Add open link in new container tab test * Improve test * Add selector info * Fix error * update selector
…-desktop-qa-automation into arash/ungrouping-tabs
|
Great first PR, this is really good work, and very well thought out. I appreciate that you commented your code, and that it's well organized and clear. So there are some additional things here:
|
ben-c-at-moz
left a comment
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.
Great first PR, work on these fixes and re-request and we can move forward from there. Thanks!
* clean up manifest/addtests * fix githook * attempt to force failure on bad linting * use correct linter * test lint again * test lint again * now test lint passes * don't require future tests for chooser * mark zip type unstable
Co-authored-by: Hani Yacoub <[email protected]>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-qa-automation into arash/ungrouping-tabs
|
Discussion continues in #939 |
Relevant Links
Bugzilla: 1993319
TestRail: 2796550
Description of Code / Doc Changes
Process Changes Required
Mark the relevant boxes:
pipenv install)Screenshots or Explanations
Creating tab group was originally a fixture, later it was changed to a function in TabBar class (in browser_object_tabbar.py).
Comments or Future Work
N/A
Workflow Checklist
Thank you!