Commit d7403a99 authored by Roque's avatar Roque

officejs_test: fix test

parent 1de8e274
......@@ -229,4 +229,8 @@ class TestOfficeJSScenario(testOfficeJSAppstoreMixin):
self.assertEquals(software_publication.getSimulationState(), "rejected")
self.assertEquals(software_release.getValidationState(), "cancelled")
self.assertTrue('Rejected' in web_section.getTitle())
\ No newline at end of file
self.assertTrue('Rejected' in web_section.getTitle())
self.logout()
self.login()
self.tic()
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment