Commit 8f0c6ef0 authored by Roque's avatar Roque

officejs_test: fix reject test

parent 636818c7
......@@ -206,8 +206,6 @@ class TestOfficeJSScenario(testOfficeJSAppstoreMixin):
)
web_site = software_product.SoftwareProduct_getRelatedWebSite()
web_section = web_site.objectValues()[0]
self.logout()
self.login(person_user.getUserId())
software_publication = self.portal.portal_catalog.getResultValue(
portal_type='Software Publication',
......@@ -222,7 +220,6 @@ class TestOfficeJSScenario(testOfficeJSAppstoreMixin):
self.logout()
self.login(person_admin.getUserId())
self.tic()
software_publication.reject()
self.tic()
......
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