代码之家  ›  专栏  ›  技术社区  ›  benjamin852

UITest popToRootViewController

  •  0
  • benjamin852  · 技术社区  · 7 年前

    换句话说,如果我不在欢迎VC上,那么请将我移到那里并运行测试。
    在UI测试中执行此操作的语法是什么?目前我试着写

    else { 
     UINavigationController.popToRootViewController("WelcomeScreenNavigationController")
     run the rest of the test from the welcome vc....
    }
    

    当我尝试以这种方式弹出到根控制器时,出现的错误是 enter image description here

    1 回复  |  直到 7 年前
        1
  •  0
  •   picciano    7 年前

    您正在尝试调用 popToRootViewController UINavigationController