fix some things

This commit is contained in:
meganrogge
2022-02-09 08:56:45 -06:00
parent fb4b19a393
commit db9bdd46b4
5 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ describe('API Integration Tests', function(): void {
window.throwMessage = e.message;
}
`);
await pollFor(page, 'window.throwMessage', 'Decoration options x value cannot be negative, but was -2.');
await pollFor(page, 'window.throwMessage', 'This API only accepts positive integers');
assert.equal(await page.evaluate(`document.querySelector('.xterm-screen .xterm-decoration')`), undefined);
});
});