angularjs - How to do e2e test on formatted result? -


i using filter format number, how go testing in e2e?

<td>{{unformattednumber | number: 2}}</td> 

i can write test value of unformattednumber using binding. not sure, how value of td element? suppose name td element , using jquery, , compare? thanks


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -