TESTS: Allow metainfo journal error
This commit is contained in:
parent
d2708cf533
commit
7092e13518
1 changed files with 2 additions and 0 deletions
|
|
@ -397,6 +397,8 @@ class TestApplication(MachineCase):
|
||||||
srbut = "{} button:contains('Session Recording')" \
|
srbut = "{} button:contains('Session Recording')" \
|
||||||
"".format(srrow)
|
"".format(srrow)
|
||||||
b, _ = self._login("/apps", srrow)
|
b, _ = self._login("/apps", srrow)
|
||||||
|
self.allow_journal_messages(".*chromium-browser.appdata.xml.*",
|
||||||
|
".*xml.etree.ElementTree.ParseError:.*")
|
||||||
b.click(srbut)
|
b.click(srbut)
|
||||||
b.enter_page("/session-recording")
|
b.enter_page("/session-recording")
|
||||||
b.wait_present("#app")
|
b.wait_present("#app")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue