SatelliteQE / airgun

AirGun is a Python library that is built over Widgetastic and navmazing to make Satellite 6 UI testing easier.
GNU General Public License v3.0
20 stars 66 forks source link

New job invocation details page #1515

Closed pnovotny closed 2 weeks ago

pnovotny commented 3 weeks ago

New view and navigation was added for the first part of the new job invocation details page.

This feature is still an experimantal feature/tech preview and it is not yet fully completed. Other content will be added in later phases.

pnovotny commented 3 weeks ago

I am trying to solve a problem, where the new details page doesn't load completely when running the PRT in our Selenium Grid w/ Chrome. The page is only partially loaded like this: job-inv-not-fully-loaded

But it loads fine when running the test locally w/ Firefox or Chrome: job-inv-fully-loaded

pnovotny commented 2 weeks ago

PRT on https://github.com/SatelliteQE/robottelo/pull/15980 passed (twice). @pondrejk @lhellebr Can we pls merge?