Skip to content

Commit

Permalink
Update tests, like the profile change was for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Jul 13, 2024
1 parent 2334e20 commit 94d9718
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/tool/test/drive_examples_command_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ void main() {
'--web-port=7357',
'--browser-name=chrome',
'--web-renderer=canvaskit',
'--profile',
'--driver',
'test_driver/integration_test.dart',
'--target',
Expand Down Expand Up @@ -728,6 +729,7 @@ void main() {
'--web-port=7357',
'--browser-name=chrome',
'--web-renderer=canvaskit',
'--profile',
'--driver',
'test_driver/integration_test.dart',
'--target',
Expand Down Expand Up @@ -780,6 +782,7 @@ void main() {
'--web-port=7357',
'--browser-name=chrome',
'--web-renderer=canvaskit',
'--profile',
'--chrome-binary=/path/to/chrome',
'--driver',
'test_driver/integration_test.dart',
Expand Down Expand Up @@ -1227,6 +1230,7 @@ void main() {
'--web-port=7357',
'--browser-name=chrome',
'--web-renderer=canvaskit',
'--profile',
'--driver',
'test_driver/integration_test.dart',
'--target',
Expand All @@ -1242,6 +1246,7 @@ void main() {
'--web-port=7357',
'--browser-name=chrome',
'--web-renderer=canvaskit',
'--profile',
'--driver',
'test_driver/integration_test.dart',
'--target',
Expand Down Expand Up @@ -1340,6 +1345,7 @@ void main() {
'--web-port=7357',
'--browser-name=chrome',
'--web-renderer=canvaskit',
'--profile',
'--driver',
'test_driver/integration_test.dart',
'--target',
Expand Down Expand Up @@ -1420,6 +1426,7 @@ void main() {
'--web-port=7357',
'--browser-name=chrome',
'--web-renderer=canvaskit',
'--profile',
'--driver',
'test_driver/integration_test.dart',
'--target',
Expand Down

0 comments on commit 94d9718

Please sign in to comment.