def test_Conts_OfficialAccount_0001(self):
        """公众号列表为空"""
        conts_page = ContactsPage()
        conts_page.open_contacts_page()
        conts_page.click_official_account_icon()

        official_account = OfficialAccountPage()
        official_account.click_tag('企业号')
        official_account.assert_enterprise_account_list_is_empty()
Example #2
0
 def test_contacts_quxinli_0323(self):
     """企业号列表显示为空"""
     official_account = OfficialAccountPage()
     official_account.click_tag('企业号')
     official_account.assert_enterprise_account_list_is_empty()
     official_account.page_should_contain_text('未关注任何企业号')