Fix page object of debug node

This commit is contained in:
Kazuhito Yokoi
2020-06-16 11:45:05 +09:00
parent 6a70cd1975
commit b90710945a
2 changed files with 3 additions and 3 deletions

View File

@@ -267,7 +267,7 @@ describe('cookbook', function () {
debugTab.getMessage().should.match(/^"([1-9]?[0-9],){2}[1-9]?[0-9]↵"$/);
debugTab.clearMessage();
injectNode2.clickLeftButton();
debugTab.getMessage().should.match(/^"a,b,c↵(([1-9]?[0-9],){2}[1-9]?[0-9]↵){4}"$/);
debugTab.getMessage().should.match(/^"(([1-9]?[0-9],){2}[1-9]?[0-9]↵){4}"$/);
});
it('parse CSV input', function () {