Hrishikesh Potdar

Results 2 comments of Hrishikesh Potdar

I was able to test pseudo-elements like this ``callout__primary = frame.get('.callout .primary');`` ``expect(window.getComputedStyle(callout__primary.toDomElement(), '::before').getPropertyValue('content')).to.be('"\􎀼"')`` This article helped me https://davidwalsh.name/pseudo-element

Getting this exact same issue as nmangesh84, not able to get the user info but this.service.getToken().then(token => console.log('token: ' + token)); this.service.authenticated.then(auth => console.log('auth: ' + auth)); both the above...