← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

Re: [Merge] lp:~mrqtros/ubuntu-rssreader-app/ubuntu-rssreader-app-choose-topic-bug into lp:ubuntu-rssreader-app

 

Roman, try changing line 332 and 333 of __init.py__ from:

        search_text_field = self.select_single(
            toolkit_emulators.TextField, objectName='tfFeedUrl')


to 

        search_text_field = self.wait_select_single(
            toolkit_emulators.TextField, objectName='tfFeedUrl')


This should do.
-- 
https://code.launchpad.net/~mrqtros/ubuntu-rssreader-app/ubuntu-rssreader-app-choose-topic-bug/+merge/254040
Your team Ubuntu RSS Feed Reader Developers is requested to review the proposed merge of lp:~mrqtros/ubuntu-rssreader-app/ubuntu-rssreader-app-choose-topic-bug into lp:ubuntu-rssreader-app.


References