diff --git a/docs/en/Tutorials/Angular/Part-III.md b/docs/en/Tutorials/Angular/Part-III.md index 93934da396..0da85f0751 100644 --- a/docs/en/Tutorials/Angular/Part-III.md +++ b/docs/en/Tutorials/Angular/Part-III.md @@ -173,6 +173,6 @@ public async Task Should_Not_Create_A_Book_Without_Name() Open the **Test Explorer Window** (use Test -> Windows -> Test Explorer menu if it is not visible) and **Run All** tests: -![bookstore-appservice-tests](images/bookstore-appservice-tests.png) +![bookstore-appservice-tests](images/bookstore-test-explorer.png) Congratulations, green icons show that tests have been successfully passed! \ No newline at end of file diff --git a/docs/en/Tutorials/Angular/images/bookstore-test-explorer.png b/docs/en/Tutorials/Angular/images/bookstore-test-explorer.png new file mode 100644 index 0000000000..06e9e7d331 Binary files /dev/null and b/docs/en/Tutorials/Angular/images/bookstore-test-explorer.png differ