Skip to content

Commit

Permalink
revert some unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brbrr committed Sep 24, 2019
1 parent b6ddb47 commit e5f34f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"nock": "10.0.6",
"node-wp-i18n": "1.2.3",
"prettier": "https://github.com/Automattic/wp-prettier/releases/download/wp-1.17.0/wp-prettier-1.17.0.tgz",
"puppeteer": "1.20.0",
"puppeteer": "1.19.0",
"react-test-renderer": "16.8.6",
"sass-loader": "7.1.0",
"sinon": "7.3.2",
Expand Down
3 changes: 0 additions & 3 deletions tests/e2e/bin/setup-e2e-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ if [ "${1}" == "reset_wp" ]; then
wp --path=$WP_CORE_DIR core install --url="$WP_SITE_URL" --title="E2E Gutenpack blocks" --admin_user=wordpress --admin_password=wordpress [email protected]
wp --path=$WP_CORE_DIR plugin activate jetpack

cat $WP_CORE_DIR/wp-config.php
ls $WP_CORE_DIR/wp-content

# create a debug.log file
touch $WP_CORE_DIR/wp-content/debug.log
else
Expand Down
4 changes: 0 additions & 4 deletions tests/e2e/lib/pages/wpcom/connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ export default class ConnectionsPage extends Page {
const mcOptionXpathSelector = `//option[contains(text(), '${ mailchimpList }')]`;
const successNoticeSelector = `//span[contains(text(), '${ mailchimpList }')]`;

// Trying to reload page, maybe it will help?
await this.page.reload();
await this.waitForPage();

await waitAndClick( this.page, mailchimpExpandSelector );

// If user account is already connected to Mailchimp, we don't really need to connect it once again
Expand Down

0 comments on commit e5f34f5

Please sign in to comment.