Skip to content

Commit b7e77b0

Browse files
shifted YAML Editor link position
1 parent e4d40b8 commit b7e77b0

4 files changed

Lines changed: 429 additions & 206 deletions

File tree

integration-tests/e2e/crud.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe(`${PLUGIN_NAME}`, () => {
5151
nav.sidenav.clickNavLink(["Workloads", "CronTabs"]);
5252
common.resourceTitleShouldHaveText("CronTabs");
5353
listPage.clickCreateForm();
54-
cy.byTestID("page-heading").should("contain", "Create CronTab");
54+
cy.byTestID("page-heading").should("include.text", "Create CronTab");
5555
cy.log("Filling CronTab form");
5656
cy.byTestID("crontab-name").type(cronTabName);
5757
cy.byTestID("crontab-cronSpec").type(cronSpecValue);

locales/en/plugin__console-crontab-plugin.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@
1414
"Edit CronTab": "Edit CronTab",
1515
"Edit labels": "Edit labels",
1616
"Error creating CronTab: {{err}}": "Error creating CronTab: {{err}}",
17+
"Form View": "Form View",
1718
"Image": "Image",
1819
"Increase replicas": "Increase replicas",
20+
"Invalid YAML: {{err}}": "Invalid YAML: {{err}}",
1921
"Name": "Name",
2022
"Namespace": "Namespace",
2123
"Number of replicas": "Number of replicas",
2224
"replicas": "replicas",
2325
"Replicas": "Replicas",
2426
"Specifies the container image to be executed by the CronTab.": "Specifies the container image to be executed by the CronTab.",
25-
"The desired number of instances of this CronTab to run.": "The desired number of instances of this CronTab to run."
26-
}
27+
"The desired number of instances of this CronTab to run.": "The desired number of instances of this CronTab to run.",
28+
"YAML Editor": "YAML Editor",
29+
"YAML must include metadata.name or metadata.generateName": "YAML must include metadata.name or metadata.generateName",
30+
"YAML must include spec": "YAML must include spec"
31+
}

0 commit comments

Comments
 (0)