Project

General

Profile

« Previous | Next » 

Revision 281ec7b2

Added by Andreas Kohlbecker almost 4 years ago

ref #9102 adapting tests

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/RegistrationPageTest.java
112 112

  
113 113
        assertEquals(
114 114
                "Status message\nA registration with the identifier http://testbank.org/100003 is in preparation",
115
                p.getMessages(MessageType.status));
115
                p.getMessageItems(MessageType.status).get(0));
116 116
    }
117 117

  
118 118

  

Also available in: Unified diff