From f7a84ef0e602292cb8d81337a33fb606c3cabb94 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 16 Jul 2015 15:14:47 +0200 Subject: [PATCH] Fixed broken test: Position of table columns has changed. --- test/browser/agent_ticket_overview_level0_test.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/browser/agent_ticket_overview_level0_test.rb b/test/browser/agent_ticket_overview_level0_test.rb index d2824bde8..4120eaeda 100644 --- a/test/browser/agent_ticket_overview_level0_test.rb +++ b/test/browser/agent_ticket_overview_level0_test.rb @@ -104,11 +104,11 @@ class AgentTicketOverviewLevel0Test < TestCase # check if number and article count is shown match( - css: '.active table th:nth-child(3)', + css: '.active table th:nth-child(7)', value: '#', ) match( - css: '.active table th:nth-child(8)', + css: '.active table th:nth-child(4)', value: 'Article#', ) @@ -118,11 +118,11 @@ class AgentTicketOverviewLevel0Test < TestCase # check if number and article count is shown match( - css: '.active table th:nth-child(3)', + css: '.active table th:nth-child(7)', value: '#', ) match( - css: '.active table th:nth-child(8)', + css: '.active table th:nth-child(4)', value: 'Article#', )