Skip to content

Commit

Permalink
slapos_erp5: testSlapOSERP5DefaultScenario hosting website was replac…
Browse files Browse the repository at this point in the history
…ed by hostingjs
  • Loading branch information
rmonnerat committed Apr 13, 2018
1 parent 12242b8 commit b2ba794
Showing 1 changed file with 1 addition and 8 deletions.
Expand Up @@ -612,13 +612,6 @@ def assertOpenSaleOrderCoverage(self, person_reference):

@changeSkin('RJS')
def usePayzenManually(self, web_site, user_reference):
# No more acknowledgment
#acknowledgement_json = \
# web_site.AcknowledgementTool_getUserUnreadAcknowledgementJSON()
#acknowledgement_dict = json.loads(acknowledgement_json)
#self.assertTrue('result' in acknowledgement_dict, "%s" % acknowledgement_dict)
#message_list = acknowledgement_dict['result']
#self.assertEquals(len(message_list), 0, "%s" % message_list)

# User received an email for payment
email = '%s@example.com' % user_reference
Expand Down Expand Up @@ -1088,7 +1081,7 @@ def requestInstance(self, person_user_id, instance_title,
def test_crm_escalation(self):
# some preparation
self.logout()
self.web_site = self.portal.web_site_module.hosting
self.web_site = self.portal.web_site_module.hostingjs

# join as the another visitor and request software instance on public
# computer
Expand Down

0 comments on commit b2ba794

Please sign in to comment.