Malarg commented on code in PR #26978:
URL: https://github.com/apache/beam/pull/26978#discussion_r1220937311
##########
learning/tour-of-beam/frontend/integration_test/tour_page_test.dart:
##########
@@ -100,6 +102,11 @@ Future<void> _checkNode(UnitModel node, WidgetTester wt)
async {
);
await _checkUnitContentLoadsProperly(node, wt);
+
+ final hasSnippet = _getTourNotifier(wt).isUnitContainsSnippet;
+ if (!_isSdkChangingChecked && hasSnippet) {
+ await _checkSdkChangesProperly(wt, node);
+ }
Review Comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]