[Groonga-commit] groonga/gcs-console [master] Test if alert is exists

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Nov 7 11:49:15 JST 2012


Yoji SHIDARA	2012-11-07 11:49:15 +0900 (Wed, 07 Nov 2012)

  New Revision: 22cd5a6e0cdc6abcfa10834d3b6ca7a275532cb3
  https://github.com/groonga/gcs-console/commit/22cd5a6e0cdc6abcfa10834d3b6ca7a275532cb3

  Log:
    Test if alert is exists

  Modified files:
    test/index-fields.test.js

  Modified: test/index-fields.test.js (+1 -0)
===================================================================
--- test/index-fields.test.js    2012-11-07 11:45:30 +0900 (8a60b2f)
+++ test/index-fields.test.js    2012-11-07 11:49:15 +0900 (6802f37)
@@ -27,6 +27,7 @@ suite('dashboard', function() {
       })
       .then(function() {
         assert.equal(browser.location.pathname, "/domain/test/index_fields");
+        assert.equal(browser.text('.alert-warn'), "No IndexField is defined");
       })
       .then(function() {
         browser.fill('name', 'test');
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index