Improving e2e backlog and kanban tests
parent
1bbe86ef16
commit
78f5b19984
|
@ -142,11 +142,7 @@ describe('backlog', function() {
|
|||
editUSLightbox.status(3).click();
|
||||
|
||||
// tags
|
||||
editUSLightbox.tags().sendKeys('www');
|
||||
browser.actions().sendKeys(protractor.Key.ENTER).perform();
|
||||
|
||||
editUSLightbox.tags().sendKeys('xxx');
|
||||
browser.actions().sendKeys(protractor.Key.ENTER).perform();
|
||||
editUSLightbox.tags();
|
||||
|
||||
// description
|
||||
editUSLightbox.description().sendKeys('test test test test');
|
||||
|
|
|
@ -143,11 +143,7 @@ describe('kanban', function() {
|
|||
expect(totalPoints).to.be.equal('4');
|
||||
|
||||
// tags
|
||||
createUSLightbox.tags().sendKeys('www');
|
||||
browser.actions().sendKeys(protractor.Key.ENTER).perform();
|
||||
|
||||
createUSLightbox.tags().sendKeys('xxx');
|
||||
browser.actions().sendKeys(protractor.Key.ENTER).perform();
|
||||
createUSLightbox.tags();
|
||||
|
||||
// description
|
||||
createUSLightbox.description().sendKeys(formFields.description);
|
||||
|
|
Loading…
Reference in New Issue