Consistent captial letters on tests

Signed-off-by: NickWingate <nick.wingate@collabora.com>
Change-Id: Id8300044ef8a9f6cf60b0cb24b2ec18d82aae15d
This commit is contained in:
NickWingate 2023-02-21 12:07:44 +00:00 committed by Rashesh Padia
parent e63b58eeff
commit e6b26f3daf

View file

@ -68,7 +68,7 @@ describe('Help dialog screenshot updation', function() {
cy.get('#menu-editmenu').click()
.get('#menu-repair').click();
cy.get('.jsdialog-container.lokdialog_container')
cy.get('.jsdialog-container.lokdialog_container')
.should('exist');
helper.waitUntilIdle('.jsdialog-container.lokdialog_container');
@ -153,7 +153,7 @@ describe('Help dialog screenshot updation', function() {
copyScreenshot('insert-table.png');
});
it('word count', function() {
it('Word count', function() {
cy.get('#menu-tools')
.click();
@ -168,7 +168,7 @@ describe('Help dialog screenshot updation', function() {
copyScreenshot('word-count.png');
});
it('insert special', function() {
it('Insert special', function() {
cy.get('#toolbar-up > .w2ui-scroll-right')
.click();
@ -188,7 +188,7 @@ describe('Help dialog screenshot updation', function() {
copyScreenshot('special-character.png');
});
it('manage changes', function() {
it('Manage changes', function() {
cy.get('#menu-editmenu')
.click()
.get('#menu-changesmenu')