Automattic / wp-e2e-tests

Automated end-to-end tests for WordPress.com

Home Page:https://github.com/Automattic/wp-calypso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move getting calypso live URL into one place

alisterscott opened this issue · comments

we have something like this in a number of places:

if ( dataHelper.isRunningOnLiveBranch() ) {
	url = url + '?' + dataHelper.getCalypsoLiveQuery();
 }

we could move this into one place to make updating anything to do with calypso.live easier

See: #1344