[Pkg-giraffe-discuss] autopkgtest in kopano-webapp

Carsten Schoenert c.schoenert at t-online.de
Wed Dec 26 17:41:12 GMT 2018


Hi Guido,

Am 26.12.18 um 12:31 schrieb Guido Günther:
> It seems the lambda is capturing another scope and self is the WebDriver
> instead of the test. Can you try:
> 
>    t = self
>    element = WebDriverWait(self.driver, 40).until(lambda t: t.find_element_by_("class_name", "icon_createEmailMessage"))

The error log is quite the same. :/

After doing some more testing here I guess there is a bit more to do in
the test scripting now. After the successful login we won't find the
button for creating an email directly.

WebApp now has a starting splash screen 'What's new', which we first
need to get 'removed' by hitting the button Skip. Maybe we can prevent
the showing of this window by doing some config change in the webapp
config. But it's probably easier to do this within the selenium test
(but I know I'm to stupid to implement this by myself now).

And after that window there is a basic setup like selecting the UI
language that comes next.

And I can find then the CSS class 'icon_createEmailMessage' we did use
in the old test.

Wasn't Jelle the author of the current python script? Maybe he can
provide an update foe the test?

-- 
Regards
Carsten Schoenert



More information about the Pkg-giraffe-discuss mailing list