This path is not working ////(此路径不起作用////)
I want to access here(我想在这里访问)
describe('Second GA Tracking', () => {
it('should be called', () => {
cy.server();
// cy.fixture('cypress/fixture/fixture.json').as('@getSecondGA');
cy.visit(chps.url);
cy.wait('UA-5883199-36').then((img) => {
assert.isNotNull(img.response.body.data, 'Second GA Tracking call has data');
});
});
});
ask by Omar Qaddourah translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…