Commit 23990670 authored by 刘丙寅's avatar 刘丙寅

最新代码推送

parent a27ae830
......@@ -103,28 +103,6 @@ class Case(appiumConfig):
def test_05_community(self):
'更美颜究所点击时间'
ele = find_element.element(self.driver,community_Page.community_yanjiusuo)
ele.click()
backtoapp.backapp(self.driver,2)
# "params": {
# "page_name": "new_community_home",
# "business_id": "",
# "referrer": "home",
# "button_name": "join",
# "in_page_pos": "免费招募",
# "referrer_link": [
# "home",
# "new_community_home",
# "home"
# ],
# "referrer_id": "",
# "tab_name": "",
# "referrer_tab_name": ""
# }, "type":"on_click_button",
result = mitm_query(action="on_click_button", page_name="new_community_home", button_name="join", in_page_pos="免费招募",referrer="home")
AssertLen.maidiannumber(result)
......@@ -227,11 +205,6 @@ class Case(appiumConfig):
result= mitm_query(action="page_precise_exposure", tab_name="微整", page_name="new_community_home",referrer="home")
AssertLen.maidiannumber(result)
exposure_cards = result[0].get("params").get("exposure_cards")
if len(exposure_cards) == 2:
pass
else:
raise Exception('精准曝光数量与预期不一致 %s' % result)
def test_09_community(self):
......
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