Protractor : Can I have two describe block in one spec file?

后端 未结 0 689
-上瘾入骨i
-上瘾入骨i 2020-12-01 12:52
describe(\'describe 1\', function () {

  beforeEach(async () => {
    await browser.sleep(3000);
    await browser.navigate().to(URL);   
  });

  it(\'Edit Clie         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题