Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Artifactor/browsers exception traceback handler is broken in python 3 #8131

Open
psav opened this issue Nov 12, 2018 · 0 comments
Open

Artifactor/browsers exception traceback handler is broken in python 3 #8131

psav opened this issue Nov 12, 2018 · 0 comments
Assignees
Labels
py3-compat Work for py3 compatibility

Comments

@psav
Copy link
Contributor

psav commented Nov 12, 2018

https://github.com/ManageIQ/integration_tests/blob/master/cfme/fixtures/browser.py#L50-L53 this creates a bytes object for the val conversion. This needs to be decoded again back to ascii.

@mshriver mshriver self-assigned this Feb 26, 2019
@mshriver mshriver added the py3-compat Work for py3 compatibility label Feb 26, 2019
mshriver added a commit to mshriver/integration_tests that referenced this issue May 26, 2020
Use webdriver-kaifuku, replacing most of the code in cfme.utils.browser

remove convenience methods surrounding the manager singleton, and update framework interaction with the browser from that singleton

phase one of changing how integration_tests handles browsers, phase two will be to move the manager instance to the contextual classes for UI/SSUI

Address the traceback encoding in pytest hook for artifactor exception hook

FIXES ManageIQ#8131
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
py3-compat Work for py3 compatibility
Projects
None yet
Development

No branches or pull requests

2 participants