()
| 855 | } |
| 856 | |
| 857 | async function submitAndGrab() { |
| 858 | await I.click('#submit') |
| 859 | await I.waitForElement('#result', 15) |
| 860 | return I.grabTextFrom('#result') |
| 861 | } |
| 862 | |
| 863 | for (const ed of editors) { |
| 864 | describe(ed.name, () => { |
no test coverage detected