Skip to content

Commit

Permalink
Merge pull request #9 from censeo-io/cleanup
Browse files Browse the repository at this point in the history
Remove e2e project & fix meeting list colspan
  • Loading branch information
cjflory authored Feb 19, 2024
2 parents 193119b + a04efd3 commit 47fc111
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 152 deletions.
28 changes: 0 additions & 28 deletions e2e/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/cypress.config.ts

This file was deleted.

27 changes: 0 additions & 27 deletions e2e/project.json

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/src/e2e/app.cy.ts

This file was deleted.

4 changes: 0 additions & 4 deletions e2e/src/fixtures/example.json

This file was deleted.

1 change: 0 additions & 1 deletion e2e/src/support/app.po.ts

This file was deleted.

33 changes: 0 additions & 33 deletions e2e/src/support/commands.ts

This file was deleted.

17 changes: 0 additions & 17 deletions e2e/src/support/e2e.ts

This file was deleted.

22 changes: 0 additions & 22 deletions e2e/tsconfig.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1>Meetings</h1>
</ng-template>
<ng-template pTemplate="emptymessage">
<tr>
<td [attr.colspan]="4" class="text-center">No meetings found</td>
<td [attr.colspan]="5" class="text-center">No meetings found</td>
</tr>
</ng-template>
</p-table>
Expand Down

0 comments on commit 47fc111

Please sign in to comment.