Stabilize tests on html-class attributes

Change-Id: Ic6722253da4082e1e63322c315eb9669a6c0bb48
diff --git a/t/intro.t b/t/intro.t
index 4cffef9..bb1a488 100644
--- a/t/intro.t
+++ b/t/intro.t
@@ -50,7 +50,8 @@
   ->element_exists('meta[name="keywords"][content^="KorAP"]')
   ->element_exists('body[itemscope][itemtype="http://schema.org/WebApplication"]')
   ->element_exists_not('#koralQuery')
-  ->attr_is('aside', 'class', ' invisible off')
+  ->element_exists('aside.invisible')
+  ->element_exists('aside.off')
   ;
 
 $t->get_ok('/?cq=corpusSigle%3DGOE')
@@ -64,7 +65,8 @@
   ->element_exists('meta[name="keywords"][content^="KorAP"]')
   ->element_exists('body[itemscope][itemtype="http://schema.org/WebApplication"]')
   ->element_exists('#koralQuery')
-  ->attr_is('aside', 'class',' invisible off')
+  ->element_exists('aside.invisible')
+  ->element_exists('aside.off')
   ;
 
 $t->get_ok('/huhuhuhuhu')