Skip to content

Fix minor issues with async site scan on plugin activation#6758

Merged
westonruter merged 2 commits intodevelopfrom
update/async-scan-on-plugin-activation
Dec 3, 2021
Merged

Fix minor issues with async site scan on plugin activation#6758
westonruter merged 2 commits intodevelopfrom
update/async-scan-on-plugin-activation

Conversation

@delawski
Copy link
Collaborator

@delawski delawski commented Dec 3, 2021

Summary

This fixes some minor issues discovered after #6685 has been merged:

  • Simplify the E2E test: it removes the nesting in describe calls. There's no change in the test code whatsoever f6c53f7
  • Clear timeout correctly: the setTimeout has not been cleared properly before ed39f61

Checklist

  • My code is tested and passes existing tests.
  • My code follows the Engineering Guidelines (updates are often made to the guidelines, check it out periodically).

@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2021

Plugin builds for ed39f61 are ready 🛎️!

Copy link
Member

@westonruter westonruter left a comment

Choose a reason for hiding this comment

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

LGTM

await page.waitForSelector( `tr[data-slug="${ slug }"] .deactivate a` );
}

describe( 'for a user', () => {
Copy link
Member

Choose a reason for hiding this comment

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

As a user, I want to use!

@westonruter westonruter merged commit 906bee3 into develop Dec 3, 2021
@westonruter westonruter deleted the update/async-scan-on-plugin-activation branch December 3, 2021 18:30
@milindmore22 milindmore22 removed their assignment Dec 8, 2021
@fellyph
Copy link
Collaborator

fellyph commented Dec 8, 2021

QA Passed
Screen Shot 2021-12-08 at 19 28 50

@westonruter westonruter added the Changelogged Whether the issue/PR has been added to release notes. label Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Changelogged Whether the issue/PR has been added to release notes. Site Scanning Validation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants