8 lines
368 B
Plaintext
8 lines
368 B
Plaintext
|
|
goto: file://|DOC_PATH|/trait.AnotherOne.html
|
||
|
|
assert: (".sidebar-links a:nth-of-type(1)", "another")
|
||
|
|
assert: (".sidebar-links a:nth-of-type(2)", "func1")
|
||
|
|
assert: (".sidebar-links a:nth-of-type(3)", "func2")
|
||
|
|
assert: (".sidebar-links a:nth-of-type(4)", "func3")
|
||
|
|
assert: (".sidebar-links a:nth-of-type(5)", "hello")
|
||
|
|
assert: (".sidebar-links a:nth-of-type(6)", "why_not")
|