Skip to content

Commit 4f94b48

Browse files
authored
Merge pull request #3909 from LOKK11/patch-1
Update osa5d.md
2 parents e0d5b4c + f3012e5 commit 4f94b48

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)