Example #1
0
 def test_contacts_quxinli_0323(self):
     """企业号列表显示为空"""
     ContactsPage().click_official_account_icon()
     official_account = OfficialAccountPage()
     official_account.click_tag("企业号")
     time.sleep(1)
     official_account.page_should_contain_text('未关注任何企业号')
     official_account.assert_enterprise_account_list_is_empty()
     #返回通讯录页面
     official_account.click_back()
 def test_contacts_0322(self):
     """公众号列表为空"""
     ContactsPage().click_official_account_icon()
     official_account = OfficialAccountPage()
     official_account.click_tag("企业号")
     time.sleep(1)
     official_account.page_should_contain_text('未关注任何企业号')
     official_account.assert_enterprise_account_list_is_empty()
     #返回消息页面
     official_account.click_back()
     ContactsPage().click_message_icon()