Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links #93 #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/fake_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This file contains test cases for [Conduit project](https://demo.realworld.io/)

#### Before
1. Open https://demo.realworld.io/
2. Repeat 2-9 from [login user](login_user.md)
2. Repeat 2-9 from [login user](/test_cases/login_user.md)
3. Url should be `/#/` — home page

#### Open editor
Expand Down Expand Up @@ -270,11 +270,11 @@ for (let i = 0; i <= 5; i++) {

#### Before
1. Open https://demo.realworld.io/
2. Repeat 2-9 from [login user](login_user.md)
2. Repeat 2-9 from [login user](/test_cases/login_user.md)
3. Url should be `/#/` — main page

#### Add article
4. Repeat 4-11 from [publish article](publish_article.md)
4. Repeat 4-11 from [publish article](/test_cases/articles/crud/publish_article.md)

#### Open me profile
5. Click `{user_name}` link in app header
Expand Down
2 changes: 1 addition & 1 deletion tutorials/finish_mama_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This file contains test cases for [Conduit](https://demo.realworld.io/) project.

Мы **уже разработали** часть тестов в прошлых туториалах. Как **доставить** этот код в текущий проект?

Все файлы лежат на [GitHub](https://raw.githubusercontent.com/open-tutorials/cypress/tree/main/test_cases/) и можно скачать их
Все файлы лежат на [GitHub](https://www.github.com/open-tutorials/cypress/tree/main/test_cases/) и можно скачать их
ручками, но ты же девелопер 🧑‍💻

<mark>Задача — загрузить
Expand Down