Skip to content

Commit ed88094

Browse files
committed
chore(debug): removed debug code
1 parent c682fc6 commit ed88094

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-09-15 14:35:07.524410","version":"2.5.0"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-09-15 14:52:31.748089","version":"2.5.0"}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.0.0-rc.4] - 21/06/2021
2+
3+
- Removed debug code
4+
15
## [3.0.0-rc.3] - 21/06/2021
26

37
- POSSIBLE BREAKING CHANGE: Removed tap call before enterText is invoked in `WidgetTesterAppDriverAdapter` this was due to the fact that it opens the on-screen keyboard which is not closed after the text is entered so it could be blocking further controls from view.

lib/src/flutter/code_generation/generators/gherkin_suite_test_generator.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ class FeatureFileTestGeneratorVisitor extends FeatureFileVisitor {
214214
bool isLast,
215215
) async {
216216
_flushScenario();
217-
print(isFirst);
218-
print(isLast);
219217
_currentScenarioCode = _replaceVariable(
220218
SCENARIO_TEMPLATE,
221219
'onBefore',

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_gherkin
22
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
3-
version: 3.0.0-rc.3
3+
version: 3.0.0-rc.4
44
homepage: https://github.com/jonsamwell/flutter_gherkin
55

66
environment:

0 commit comments

Comments
 (0)