Mirek Długosz
Mirek Długosz
Using instructions from drafted blog post, I managed to port `summary` plugin to namespaced structure. I keep results of my work on my Github account, in `migration` branch: https://github.com/mirekdlugosz/pelican-plugins-summary/tree/migrate I...
When `nvm_profile` is set to path that doesn't contain `bash`/`zsh`/`csh`/`tcsh`, role will fall back to setting `user_shell.command` to `/etc/bash -ic` and fail the first time it is used: ``` TASK...
* purgecss renamed `whitelist` to `safelist` and collapsed two options into one (see their issues [#428](https://github.com/FullHuman/purgecss/issues/428) and [#439](https://github.com/FullHuman/purgecss/issues/439)) * current regexp was missing `vm` class Context: I noticed that in...
Basically revert changes in https://github.com/SatelliteQE/robottelo/pull/7070 . Dependency: correct resolution for https://github.com/SatelliteQE/airgun/issues/346 Aforementioned PR removes `storage_domain` from `tests/foreman/ui/test_computeresource.py::test_positive_associate_with_custom_profile`, because string visible in UI changed to something more dynamic, and Airgun is...
Before #474, we used to call `logout()` at the end of each test. This did nothing, as logout was not implemented, but that was clearly the intention of original authors....
Based on comment in code: https://github.com/SatelliteQE/airgun/blob/7b37535bc808f599f41f517a47b94d5ba640fda3/airgun/views/common.py#L40-L43
Issue created based on comment in code (line 299): https://github.com/SatelliteQE/airgun/blob/7b37535bc808f599f41f517a47b94d5ba640fda3/airgun/browser.py#L212-L230 See also https://github.com/SatelliteQE/airgun/pull/344#discussion_r297369056 for more details
In Satellite, we have a page with multiple tabs. One of the tabs has two checkboxes and their state determines content of table below. Checkboxes state is reset when you...
- **Poetry version**: 1.4.2 - **Python version**: 3.11.3 - **OS version and name**: Fedora 37 - **pyproject.toml**: https://gist.github.com/mirekdlugosz/f5d93f7b5a907acf7e448a0fdc9fdc65 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
**Describe the problem** Dropdown component takes `ouiaId` attribute, but attribute is present only in dropdown menu element - one that does not exist in HTML by default, until menu toggler...