Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by lsegal on 26 Feb, 2019 05:52 PM
This is due to a parsing error in the taza gem. If this is your library, you can fix it by changing instances of
{browser.element_by_xpath(...)}in examples onlib/taza/page.rbto include spaces around the braces ({ browser... }). Omitting the braces throws off YARD and causes it to interpret the reference as a class method, which is invalid in that context.If this is not your library, I would recommend reporting the error to http://github.com/hammernight/taza -- the issue can reproduced by running
yard --debugon the project locally.