We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b060272 commit 261cb7cCopy full SHA for 261cb7c
src/material-experimental/mdc-dialog/dialog.spec.ts
@@ -1679,7 +1679,7 @@ describe('MDC-based MatDialog', () => {
1679
.not.toHaveClass('mat-mdc-dialog-actions-align-center');
1680
expect(actions)
1681
.withContext('Expected action buttons to have class align-end')
1682
- .not.toHaveClass('mat-mdc-dialog-actions-align-end');
+ .toHaveClass('mat-mdc-dialog-actions-align-end');
1683
});
1684
}
1685
0 commit comments