We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8634ae2 commit 1e2f8dbCopy full SHA for 1e2f8db
packages/@vue/cli-plugin-e2e-nightwatch/generator/template/tests/e2e/specs/test-with-pageobjects.js
@@ -23,8 +23,9 @@ module.exports = {
23
24
'verify if string "e2e-nightwatch" is within the cli plugin links': (browser) => {
25
const homepage = browser.page.homepage()
26
- const welcomeSection = homepage.section.app.section.welcome
+ homepage.waitForElementVisible('@appContainer')
27
28
+ const welcomeSection = homepage.section.app.section.welcome
29
welcomeSection.expect.element('@cliPluginLinks').text.to.contain('e2e-nightwatch')
30
}
31
0 commit comments