Skip to content

Commit aa6a732

Browse files
Added GitHub Project screenshot
1 parent cd0ce6c commit aa6a732

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tutorial/6-api-testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ They will make multiple calls to the [GitHub API](https://docs.github.com/en/res
1212
The first test will *create* a new project card purely from the GitHub API,
1313
and the second test will *move* a project card from one column to another.
1414

15+
![GitHub Project Cards](images/github-project-cards.png)
16+
1517

1618
## API setup
1719

@@ -442,7 +444,7 @@ For safety and sanity, we should check that the first project column has the car
442444
expect(page.locator(card_xpath)).to_be_visible()
443445
```
444446

445-
The card XPath is complicated.
447+
The card XPath is complex.
446448
Let's break it down:
447449

448450
1. `//div[@id="column-cards-{source_col}"]` locates the source column `div` using its ID
761 KB
Loading

0 commit comments

Comments
 (0)