Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: create test for mutator #7278

Merged
merged 15 commits into from
Jul 27, 2023
Merged

chore: create test for mutator #7278

merged 15 commits into from
Jul 27, 2023

Conversation

ericblackmonGoogle
Copy link
Contributor

@ericblackmonGoogle ericblackmonGoogle commented Jul 11, 2023

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Proposed Changes

Creates a functional test for the Blockly mutator function. As the test is more reliant on the mutator rather than the regular flyout and workspace it has a greater reliance on css selectors (there are no helper methods currently for it). closes: #7266

@ericblackmonGoogle ericblackmonGoogle requested a review from a team as a code owner July 11, 2023 18:31
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Jul 11, 2023
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/test_setup.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/mutator_test.js Outdated Show resolved Hide resolved
tests/browser/test/test_setup.js Outdated Show resolved Hide resolved
tests/browser/test/test_setup.js Show resolved Hide resolved
@ericblackmonGoogle ericblackmonGoogle merged commit 5151889 into google:develop Jul 27, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mutator Functional Testing
3 participants