dc032b42b9
This patch: - introduces page.waitForSelector to wait for the selector to appear - introduces polymorphic page.waitFor method, which accepts either string (and in this case is a shortcut for page.waitForSelector) or number (and in this case it's a promisified timeout). References #91.
5 lines
382 B
Plaintext
5 lines
382 B
Plaintext
[MarkDown] Events should go first. Event 'b' in class Foo breaks order
|
|
[MarkDown] Constructor of Foo should go before other methods
|
|
[MarkDown] Event 'c' in class Foo breaks alphabetic ordering of events
|
|
[MarkDown] Bad alphabetic ordering of Foo members: Foo.ddd should go after Foo.constructor()
|
|
[MarkDown] Bad alphabetic ordering of Foo members: Foo.ccc() should go after Foo.bbb() |