mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
feat: add email subsciption
This commit is contained in:
@@ -40,7 +40,7 @@ describe('AppComponent', () => {
|
||||
// await userEvent.click(okButton);
|
||||
});
|
||||
|
||||
// test('error message is shown if you click "Cancel" in the confirmation modal after submitting a name', async () => {
|
||||
// subscription('error message is shown if you click "Cancel" in the confirmation modal after submitting a name', async () => {
|
||||
// userEvent.setup();
|
||||
// await render(AppComponent);
|
||||
|
||||
@@ -68,7 +68,7 @@ describe('AppComponent', () => {
|
||||
// expect(errorText).toBeInTheDocument();
|
||||
// });
|
||||
|
||||
// test('confirm message is shown if you click "Confirm" in the confirmation modal after submitting a name', async () => {
|
||||
// subscription('confirm message is shown if you click "Confirm" in the confirmation modal after submitting a name', async () => {
|
||||
// userEvent.setup();
|
||||
// await render(AppComponent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user