mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 17:56:15 +00:00
feat: Simplify update process by removing deprecated methods and enhancing README; improve type safety in tests
This commit is contained in:
@@ -1007,12 +1007,6 @@ export class AccountCreator {
|
||||
if (!suggestionsContainer) {
|
||||
log(false, 'CREATOR', 'No suggestions found from Microsoft', 'warn', 'yellow')
|
||||
|
||||
// Debug: check HTML content
|
||||
const pageContent = await this.page.content()
|
||||
const hasDataTestId = pageContent.includes('data-testid="suggestions"')
|
||||
const hasToolbar = pageContent.includes('role="toolbar"')
|
||||
log(false, 'CREATOR', `Debug - suggestions in HTML: ${hasDataTestId}, toolbar: ${hasToolbar}`, 'warn', 'yellow')
|
||||
|
||||
// CRITICAL FIX: Generate a new email automatically instead of freezing
|
||||
log(false, 'CREATOR', '🔄 Generating a new email automatically...', 'log', 'cyan')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user