Skip to content

Commit 9d6db2f

Browse files
Fix employee-form image link in POM article; update ApiResources submodule ref
1 parent 5a1b001 commit 9d6db2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blogs/series-4-playwright-testing/4.2-playwright-page-object-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **Page Object Model** (POM) solves this. Instead of putting selectors in tes
1616

1717
This article walks through the POM implementation in the **AngularNetTutorial** project: two abstract base classes that handle everything common to all list pages and all form pages, and two thin entity classes that add only what's specific to employees.
1818

19-
![Employee Form Page](https://raw.githubusercontent.com/workcontrolgit/AngularNetTutorial/master/docs/images/angular/employee-form-page.png)
19+
![Employee Form Page](https://raw.githubusercontent.com/workcontrolgit/AngularNetTutorial/master/docs/images/angular/employee-form.png)
2020

2121
📖 **Tutorial Repository:** [AngularNetTutorial on GitHub](https://github.com/workcontrolgit/AngularNetTutorial)
2222

0 commit comments

Comments
 (0)