Oleksandr Shtaier

Results 7 issues of 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

enhancement
low

![image](https://user-images.githubusercontent.com/10895065/58480342-da414700-8162-11e9-9e9d-0e14ef5b9018.png)

enhancement
medium
view

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() ```...

bug

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...