Address reviewer comments

This commit is contained in:
Janet Vorobyeva
2023-09-14 12:37:08 -07:00
parent 3aabd02361
commit 7b193c62a6
6 changed files with 94 additions and 70 deletions

View File

@@ -78,7 +78,7 @@ describe('RightPanelSelectBy', function() {
it('should allow creating cursor-linked-cycles', async function() {
assert.equal(await driver.findContent('.test-select-row', /Performances detail/).isPresent(), true);
// undo, link is expected to be unset for next test
// undo, the operation from the previous test; link is expected to be unset for next test
await gu.undo();
});