Skip to content

Update delete-posts.js#9

Open
paxperscientiam wants to merge 1 commit intoonceiwasadev:masterfrom
paxperscientiam:patch-1
Open

Update delete-posts.js#9
paxperscientiam wants to merge 1 commit intoonceiwasadev:masterfrom
paxperscientiam:patch-1

Conversation

@paxperscientiam
Copy link
Copy Markdown
Contributor

Selector changed again

Selector changed again
Copy link
Copy Markdown

@SpotlightForBugs SpotlightForBugs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

 [...]
 
      const deleteOption = await awaitThisTimed(
        '.option-delete .feed-shared-control-menu__headline',
        menu
      );
      deleteOption.click();

      // ===== FIXED SELECTOR =====
      const modalAcceptButton = await awaitThisTimed(
        'div.feed-components-shared-decision-modal__buttons-container'
          + '.display-flex.justify-flex-end '
          + 'button.artdeco-button.artdeco-button--primary'
          + '.artdeco-button--2'
      );
      console.log('modal accept button found');
[...]

the selector re-changed again :/

@paxperscientiam
Copy link
Copy Markdown
Contributor Author

I'd wager that MS doesn't want us doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants