docs(editor): All buttons to sentence case (no-changelog) (#8399)

This commit is contained in:
Giulio Andreini
2024-01-22 09:20:02 +01:00
committed by GitHub
parent 9883eda42e
commit f4f496ae85
23 changed files with 55 additions and 55 deletions

View File

@@ -49,7 +49,7 @@ describe('Suggested templates - Should render', () => {
it('should render suggested templates when there are workflows in the list', () => {
WorkflowsListPage.getters.suggestedTemplatesNewWorkflowButton().click();
cy.createFixtureWorkflow('Test_workflow_1.json', 'Test Workflow');
cy.createFixtureWorkflow('Test_workflow_1.json', 'Test workflow');
cy.visit(WorkflowsListPage.url);
WorkflowsListPage.getters.suggestedTemplatesSectionContainer().should('exist');
cy.contains(`Explore ${fixtureSections.sections[0].name.toLocaleLowerCase()} workflow templates`).should('exist');