Show "incorrect window" banner for mismatched results

This commit is contained in:
Ash Wilson
2019-04-17 10:23:22 -04:00
parent 2f48ad097b
commit fc1af26e34

View File

@@ -281,6 +281,8 @@ class LaunchScenario {
parts.push('extra window\n')
} else if (comparison.missingWindow) {
parts.push('missing window\n')
} else {
parts.push('incorrect window\n')
}
const shorten = fullPaths => fullPaths.map(fullPath => path.basename(fullPath)).join(', ')