Commit 4100fb9f authored by pburdette's avatar pburdette

Use classes instead of attrs

Uses classes instead of attributes
for vue test utils.
parent 2a388005
......@@ -35,7 +35,7 @@ describe('Pipelines Table', () => {
describe('table', () => {
it('should render a table', () => {
expect(wrapper.attributes('class')).toContain('ci-table');
expect(wrapper.classes()).toContain('ci-table');
});
it('should render table head with correct columns', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment