Skip to content

Commit 5dc7bd6

Browse files
committed
ADD logs
1 parent da4fcb2 commit 5dc7bd6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/angular/test/e2e.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ test.page('http://localhost:8888/')('insert/edit/remove a hero', async t => {
2323

2424
// clear previous heroes
2525
const heroElements = Selector('.hero-list-component mat-list-item');
26+
console.log('Angular first render done');
2627
const amount = heroElements.count;
2728
for (let i = 0; i < amount; i++) {
2829
await t.click('.delete-button');
2930
}
31+
console.log('deleted all previous entries');
3032

3133
// input name
3234
const heroNameInput = Selector('.hero-insert-component #insert-name');

0 commit comments

Comments
 (0)