Guest User

Untitled

a guest
Dec 11th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. beforeEach(() => {
  2. cy.visit('http://localhost:4200/');
  3. loginPage.login();
  4. timeFilter.button.click();
  5. cy.get('#title').invoke('text').as('text');
  6. });
  7.  
  8. it('should show text', () => {
  9. console.log(this.text);
  10. });
Add Comment
Please, Sign In to add comment