Clarify package name on Integration Testing page #10416
Labels
e1-hours
Effort: < 8 hrs
fix.quality
Needs improvement in copy quality
p2-medium
Necessary but not urgent concern. Resolve when possible.
test.integration
Relates to integration testing
In step 4 the package is referred to as
introduction
*:website/src/content/cookbook/testing/integration/introduction.md
Line 160 in 81671a5
In step 3 the the package is referred to as 'counter_app'
website/src/content/cookbook/testing/integration/introduction.md
Line 139 in 81671a5
In step 1 the package is not given a name in the
flutter create
commandwebsite/src/content/cookbook/testing/integration/introduction.md
Line 33 in 81671a5
Recommend:
updating step 1's
flutter create
to something likeflutter create introduction_to_integration
to give explicit package name. Then updating step 3's file tree, and step 4's test file to match.*there is an
introduction
package on pub.dev, so this could be confusingThe text was updated successfully, but these errors were encountered: