We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a48c94 commit d02f51fCopy full SHA for d02f51f
README.md
@@ -397,12 +397,12 @@ bazel test //dotnet/test/common:AllTests --pin_browsers=true
397
398
You can run specific tests by specifying the class name:
399
```shell
400
-bazel test //dotnet/test/common/ElementFindingTest --pin_browsers=true
+bazel test //dotnet/test/common:ElementFindingTest --pin_browsers=true
401
```
402
403
If the module supports multiple browsers:
404
405
-bazel test //dotnet/test/common/ElementFindingTest-edge --pin_browsers=true
+bazel test //dotnet/test/common:ElementFindingTest-edge --pin_browsers=true
406
407
408
</details>
0 commit comments