mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 05:04:30 +02:00
Resolves #769 -- updates solution commands and fixes a TON more bugs with the master to main renaming
This commit is contained in:
parent
592860ea10
commit
a08fa94e92
22 changed files with 56 additions and 39 deletions
|
@ -33,7 +33,9 @@ var expectLevelAsync = function(headless, levelBlob) {
|
|||
}
|
||||
|
||||
return headless.sendCommand(command).then(function() {
|
||||
expect(compareLevelTree(headless, levelBlob)).toBeTruthy();
|
||||
expect(compareLevelTree(headless, levelBlob)).toBeTruthy(
|
||||
'Level "' + levelBlob['name']['en_US'] + '" should get solved'
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue