Skip to content

Commit f3012e5

Browse files
authored
Update osa5d.md
Fix typo after subheader "Testien suorittaminen yksitellen"
1 parent 47322e1 commit f3012e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/fi/osa5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ test('login fails with wrong password', async ({ page }) =>{
725725
Playwright suorittaa oletusarvoisesti aina kaikki testit, ja testien määrän kasvaessa se alkaa olla aikaavievää. Uutta testiä kehitellessä tai rikkinäistä testiä debugatessa voidaan määritellä testi komennon <i>test</i> sijaan komennolla <i>test.only</i>, jolloin Playwright suorittaa ainoastaan sen testin:
726726
727727
```js
728-
describre(() => {
728+
describe(() => {
729729
// this is the only test executed!
730730
test.only('login fails with wrong password', async ({ page }) => { // highlight-line
731731
// ...

0 commit comments

Comments
 (0)