galenframework / galen

Layout and functional testing framework for websites
http://galenframework.com
1.41k stars 162 forks source link

absent on page for all my objects created but sending only one object #520

Open kk12345678 opened 7 years ago

kk12345678 commented 7 years ago

@objects mailbox xpath //input[contains(@ng-model,'form.email')] mailbox: -> width 340px -> : "mailbox" is absent on page -> height 37px -> : "mailbox" is absent on page

cyildirim commented 6 years ago

Can you send us your html page dump? There might be another problem about page load.

choonghuh commented 5 years ago

@cyildirim Jumping onto this old thread hoping for a response...

I am beginning to notice in my tests where the object name is in "double quotes" and the object is absent on page. The same gspec is checked multiple times on similar pages, and it always seems that the first page result is great while subsequent results show the aforementioned issue.

What could cause this?