Commit bad3d5d8 authored by pburdette's avatar pburdette

Fix failing spec

Actions column now has
text we need to update.
parent d3eee2a8
......@@ -117,9 +117,7 @@ describe('Pipelines Table', () => {
expect(findCommitTh().text()).toBe('Commit');
expect(findStagesTh().text()).toBe('Stages');
expect(findTimeAgoTh().text()).toBe('Duration');
// last column should have no text in th
expect(findActionsTh().text()).toBe('');
expect(findActionsTh().text()).toBe('Actions');
});
it('should display a table row', () => {
......
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