Skip to content
Snippets Groups Projects
Commit a8a540d7 authored by Will Billingsley's avatar Will Billingsley
Browse files

Remove reference to undeclared variable 'winner'

parent 7e9c02cf
Branches
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ describe('Button 4', function () {
});
cy.get(selector)
.contains(crosses ? 'X' : 'O');
return playSequence(seq.slice(1), !crosses, winner);
return playSequence(seq.slice(1), !crosses);
}
};
it('Should render a table and instructions', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment