Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions

Jump to navigation Jump to search
m
Line 989: Line 989:
   }
   }
}</nowiki>
}</nowiki>
Note: I feel that the page object should not have <code>expect(...)</code> in it, IMHO these ought to be in the tests themselves, with possibly helper methods in the page object to obtain the values to assert on.


=== Page Objects Manager ===
=== Page Objects Manager ===

Navigation menu