Skip to content
Snippets Groups Projects
Verified Commit 114f50f6 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix taiko test for WordPress

parent 82bb72cd
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,8 @@ const assert = require('assert');
console.log('• Wordpress')
await goto(wordpressUrl)
await waitFor('Hello world!')
await goto(wordpressUrl + '/wp-admin/')
await click('Log in')
await write(wordpressUsername, into(textBox('Username')))
await write(wordpressPassword, into(textBox('Password')))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment