Skip to content

Commit

Permalink
Merge pull request #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 83a8fe8 + 5d3e6da commit c722f3e
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 c722f3e

Please sign in to comment.