Skip to content

Commit

Permalink
Merge pull request Schroedinger-Hat#104 from LauPaSat-pl/main
Browse files Browse the repository at this point in the history
Fixed log in page
  • Loading branch information
TheJoin95 authored Nov 14, 2023
2 parents 9914527 + d90e9b6 commit 053a67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/anchorfm-pupeteer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ async function postEpisode(youtubeVideoInfo) {
}

async function login() {
console.log('-- Accessing Log in with email');
await clickXpath(page, '//button[contains(text(), "Log in with email")]');
console.log('-- Accessing Spotify for Podcasters login page');
await clickXpath(page, '//button[contains(text(), "Continue")]');

console.log('-- Logging in');
/* The reason for the wait is because
Expand Down

0 comments on commit 053a67d

Please sign in to comment.