Consistent captial letters on tests
Signed-off-by: NickWingate <nick.wingate@collabora.com> Change-Id: Id8300044ef8a9f6cf60b0cb24b2ec18d82aae15d
This commit is contained in:
parent
e63b58eeff
commit
e6b26f3daf
1 changed files with 4 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue