mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Improve description of cancel link tests
This commit is contained in:
@@ -376,7 +376,7 @@ describe('TemplateFolderForm', () => {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("When the 'Cancel' link is clicked", () => {
|
describe("When the 'Cancel' link is clicked after choosing to add a new template", () => {
|
||||||
|
|
||||||
let addNewTemplateButton;
|
let addNewTemplateButton;
|
||||||
|
|
||||||
@@ -458,7 +458,7 @@ describe('TemplateFolderForm', () => {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("When the 'Cancel' link is clicked", () => {
|
describe("When the 'Cancel' link is clicked after choosing to add a new folder", () => {
|
||||||
|
|
||||||
let addNewFolderButton;
|
let addNewFolderButton;
|
||||||
|
|
||||||
@@ -648,7 +648,7 @@ describe('TemplateFolderForm', () => {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("When the 'Cancel' link is clicked", () => {
|
describe("When the 'Cancel' link is clicked after choosing to move a template or folder", () => {
|
||||||
|
|
||||||
let moveToFolderButton;
|
let moveToFolderButton;
|
||||||
|
|
||||||
@@ -720,7 +720,7 @@ describe('TemplateFolderForm', () => {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("When the 'Cancel' link is clicked", () => {
|
describe("When the 'Cancel' link is clicked after choosing to add a template or folder to a new folder", () => {
|
||||||
|
|
||||||
let moveToNewFolderButton;
|
let moveToNewFolderButton;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user