diff options
Diffstat (limited to 'src/attendConference.js')
-rw-r--r-- | src/attendConference.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/attendConference.js b/src/attendConference.js index b7f744f..80dc1c5 100644 --- a/src/attendConference.js +++ b/src/attendConference.js @@ -1,6 +1,5 @@ -const clickElementByXPath = (page, xPath) => page - .waitForXPath(xPath) - .then(item => item.click()); +const { clickElementByXPath } = require('./utils.js'); + const attendConference = async page => { // Join as "Listen only" |