Currently my org is on Polymer 1 with Selenium, Protractor and Mocha and we use the shady dom. For acceptance tests we use the /deep/ combinator to pierce the DOM. With polymer 2 the /deep/ combinator is deprecated.
My Question: When writing acceptance tests, how am I supposed to pierce the shadow DOM if the use of the /deep/ combinator is deprecated?