Oleksandr Shtaier
Oleksandr Shtaier
Needs to check the method mentioned in title as it is returns: ``` {MissingValueError}Cannot find a value for the "activation_key" field. Searched for keys named ('activation_key', 'activation_key_id'), but available keys...
Please refer to https://bugzilla.redhat.com/show_bug.cgi?id=1320338 for details
We have already provided coverage for 'common' scenario for ReadEntityMixin, UpdateEntityMixin and CreateEntityMixin, so it will be nice to have something similar for search functionality
Think about dialog view that will be inherited from view, but will have some unique attributes and specific conditions for close and etc

What we do: ``` class AirgunBrowser(Browser): def wait_for_element(...): return super(AirgunBrowser, self).wait_for_element(...) ``` Then we do: ``` class MyView(View): def is_displayed(self): return self.browser.wait_for_element(...) class MyOtherView(View): class MyTab(Tab): view = MyView() ```...
We should be able to see both in logs and in debug full locator description no matter where I am currently executing my code. For example: ROOT = ".//a" CHECKBOX...