Skip to content

Commit

Permalink
TESTS: Allow metainfo journal error
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Aug 12, 2021
1 parent d2708cf commit 7092e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ class TestApplication(MachineCase):
srbut = "{} button:contains('Session Recording')" \
"".format(srrow)
b, _ = self._login("/apps", srrow)
self.allow_journal_messages(".*chromium-browser.appdata.xml.*",
".*xml.etree.ElementTree.ParseError:.*")
b.click(srbut)
b.enter_page("/session-recording")
b.wait_present("#app")
Expand Down

0 comments on commit 7092e13

Please sign in to comment.