|
@@ -39,7 +39,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -55,7 +55,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -82,7 +82,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), 'Priorität', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), 'Priorität', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0, 'check row 2')
|
|
|
|
|
|
App.TicketPriority.refresh([], {clear: true})
|
|
App.TicketPriority.refresh([], {clear: true})
|
|
@@ -121,7 +121,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -164,7 +164,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -190,7 +190,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '1 niedrig', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '1 niedrig', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 4')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 4')
|
|
|
|
|
|
result = table.update({sync: true, orderDirection: 'ASC', orderBy: 'name'})
|
|
result = table.update({sync: true, orderDirection: 'ASC', orderBy: 'name'})
|
|
@@ -204,7 +204,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -243,7 +243,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 hoch', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 hoch', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
@@ -360,16 +360,16 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 1, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 1, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:first').text().trim(), 'some other note', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:first').text().trim(), 'some other note', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:first').text().trim(), '3 hoch', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:first').text().trim(), '3 hoch', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 5')
|
|
- assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(3)').text().trim(), 'true', 'check row 5')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td').length, 0, 'check row 6')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td').length, 0, 'check row 6')
|
|
|
|
|
|
result = table.update({sync: true, objects: App.TicketPriority.search({sortBy:'name', order: 'ASC'})})
|
|
result = table.update({sync: true, objects: App.TicketPriority.search({sortBy:'name', order: 'ASC'})})
|
|
@@ -404,11 +404,11 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 6')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 6')
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -451,16 +451,16 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 1, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 1, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:first').text().trim(), 'some other note', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:first').text().trim(), 'some other note', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:first').text().trim(), '3 hoch', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:first').text().trim(), '3 hoch', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 5')
|
|
- assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(3)').text().trim(), 'true', 'check row 5')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(5) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td').length, 0, 'check row 6')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td').length, 0, 'check row 6')
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -517,24 +517,24 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 niedrig', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 normal', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 3, 'check row 4')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 3, 'check row 4')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:first').text().trim(), '5 high', 'check row 4')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:first').text().trim(), '5 high', 'check row 4')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 4')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 4')
|
|
- assert.equal(el.find('tbody > tr:nth-child(4) > td:nth-child(3)').text().trim(), 'true', 'check row 4')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(4) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 4')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td').length, 1, 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td').length, 1, 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:first').text().trim(), 'some other note', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(5) > td:first').text().trim(), 'some other note', 'check row 5')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td:first').text().trim(), '3 hoch', 'check row 6')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td:first').text().trim(), '3 hoch', 'check row 6')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 6')
|
|
assert.equal(el.find('tbody > tr:nth-child(6) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 6')
|
|
- assert.equal(el.find('tbody > tr:nth-child(6) > td:nth-child(3)').text().trim(), 'true', 'check row 6')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(6) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 6')
|
|
assert.equal(el.find('tbody > tr:nth-child(7) > td').length, 3, 'check row 7')
|
|
assert.equal(el.find('tbody > tr:nth-child(7) > td').length, 3, 'check row 7')
|
|
assert.equal(el.find('tbody > tr:nth-child(7) > td:first').text().trim(), '4 high', 'check row 7')
|
|
assert.equal(el.find('tbody > tr:nth-child(7) > td:first').text().trim(), '4 high', 'check row 7')
|
|
assert.equal(el.find('tbody > tr:nth-child(7) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 7')
|
|
assert.equal(el.find('tbody > tr:nth-child(7) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 7')
|
|
- assert.equal(el.find('tbody > tr:nth-child(7) > td:nth-child(3)').text().trim(), 'true', 'check row 7')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(7) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 7')
|
|
assert.equal(el.find('tbody > tr:nth-child(8) > td').length, 0, 'check row 8')
|
|
assert.equal(el.find('tbody > tr:nth-child(8) > td').length, 0, 'check row 8')
|
|
|
|
|
|
$('#qunit').append('<hr><h1>table with large data</h1><div id="table-new3"></div>')
|
|
$('#qunit').append('<hr><h1>table with large data</h1><div id="table-new3"></div>')
|
|
@@ -575,15 +575,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -597,15 +597,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '10 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '10 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '31.05.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '31.05.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -620,15 +620,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -644,15 +644,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -668,15 +668,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -702,21 +702,21 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '07.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '07.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:first').text().trim(), '150 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:first').text().trim(), '150 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:first').text().trim(), '151 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:first').text().trim(), '151 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(2)').text().trim(), '10.01.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(2)').text().trim(), '10.01.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -732,15 +732,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '999 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '15.09.2011', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '998 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '16.09.2011', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '997 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '17.09.2011', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -757,21 +757,21 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '07.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '07.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:first').text().trim(), '150 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:first').text().trim(), '150 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(149) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:first').text().trim(), '151 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:first').text().trim(), '151 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(2)').text().trim(), '10.01.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(2)').text().trim(), '10.01.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(150) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -804,7 +804,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -838,11 +838,11 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -882,15 +882,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '3 hoch')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '3 hoch')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0)
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -923,11 +923,11 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 hoch')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '3 hoch')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -950,7 +950,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
|
|
|
|
App.TicketPriority.refresh([], {clear: true})
|
|
App.TicketPriority.refresh([], {clear: true})
|
|
@@ -982,7 +982,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -1015,11 +1015,11 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
|
|
|
|
App.TicketPriority.refresh([
|
|
App.TicketPriority.refresh([
|
|
@@ -1042,7 +1042,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3)
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '2 normal')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
|
|
|
|
$('#qunit').append('<hr><h1>table with large data and pager</h1><div id="table-new5"></div>')
|
|
$('#qunit').append('<hr><h1>table with large data and pager</h1><div id="table-new5"></div>')
|
|
@@ -1083,15 +1083,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -1107,7 +1107,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '150 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '150 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr').length, 1)
|
|
assert.equal(el.find('tbody > tr').length, 1)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
|
|
|
|
@@ -1136,11 +1136,11 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '150 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '150 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '500 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '500 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr').length, 2)
|
|
assert.equal(el.find('tbody > tr').length, 2)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
|
|
|
|
@@ -1159,7 +1159,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '500 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '500 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr').length, 1)
|
|
assert.equal(el.find('tbody > tr').length, 1)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 0)
|
|
|
|
|
|
@@ -1179,15 +1179,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -1221,11 +1221,11 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '150 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '150 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '11.01.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '500 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '500 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr').length, 2)
|
|
assert.equal(el.find('tbody > tr').length, 2)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 0)
|
|
|
|
|
|
@@ -1241,15 +1241,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -1271,15 +1271,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '4 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '06.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -1305,15 +1305,15 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '0 prio', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '1 prio', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '09.06.2014', 'check row 2')
|
|
- assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'true', 'check row 2')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '2 prio', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '08.06.2014', 'check row 3')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 3')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 3')
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr').length, 150)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
assert.equal(el.find('tbody > tr:nth-child(151) > td').length, 0)
|
|
|
|
|
|
@@ -1365,7 +1365,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -1412,7 +1412,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -1465,7 +1465,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -1532,7 +1532,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -1558,7 +1558,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
|
|
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 3')
|
|
|
|
|
|
@@ -1616,7 +1616,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '10.06.2014', 'check row 2')
|
|
@@ -1642,7 +1642,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(2)').text().trim(), '12.06.2014', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(3) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
|
|
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 3')
|
|
assert.equal(el.find('tbody > tr:nth-child(4) > td').length, 0, 'check row 3')
|
|
|
|
|
|
@@ -1684,7 +1684,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '', 'check row 2')
|
|
@@ -1700,7 +1700,7 @@ QUnit.test('table new - initial list', assert => {
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:first').text().trim(), '1 niedrig', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(2)').text().trim(), '', 'check row 1')
|
|
- assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'true', 'check row 1')
|
|
|
|
|
|
+ assert.equal(el.find('tbody > tr:nth-child(1) > td:nth-child(3)').text().trim(), 'aktiv', 'check row 1')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td').length, 3, 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:first').text().trim(), '2 normal', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '', 'check row 2')
|
|
assert.equal(el.find('tbody > tr:nth-child(2) > td:nth-child(2)').text().trim(), '', 'check row 2')
|