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