Skip to content

Commit c8bef3b

Browse files
committed
Fixed tagging for last test
1 parent 9984d60 commit c8bef3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/portfolio.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('The webpage', () => {
9595
assert.isOk(footer, 'We need a `footer` element.');
9696
});
9797

98-
it('should not exist @main', () => {
98+
it('should not exist @footer', () => {
9999
const footer = doc.querySelector('.footer');
100100
assert.isOk(!footer, 'Remove the `footer` class. Since we\'re using semantic HTML, we no longer need that one.');
101101
});

0 commit comments

Comments
 (0)