Add slash between options in message-list
Bug: Issue 4965 Change-Id: I13862a3ecf992a8a1c382124fb349a9641ea7f5e
This commit is contained in:
		@@ -48,11 +48,15 @@ limitations under the License.
 | 
			
		||||
            on-tap="_handleExpandCollapseTap">
 | 
			
		||||
          [[_computeExpandCollapseMessage(_expanded)]]
 | 
			
		||||
        </gr-button>
 | 
			
		||||
        <gr-button id="automatedMessageToggle" link
 | 
			
		||||
            on-tap="_handleAutomatedMessageToggleTap"
 | 
			
		||||
        <div
 | 
			
		||||
            id="automatedMessageToggleContainer"
 | 
			
		||||
            hidden$="[[!_hasAutomatedMessages(messages)]]">
 | 
			
		||||
          [[_computeAutomatedToggleText(_hideAutomated)]]
 | 
			
		||||
        </gr-button>
 | 
			
		||||
          /
 | 
			
		||||
          <gr-button id="automatedMessageToggle" link
 | 
			
		||||
              on-tap="_handleAutomatedMessageToggleTap">
 | 
			
		||||
            [[_computeAutomatedToggleText(_hideAutomated)]]
 | 
			
		||||
          </gr-button>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <template
 | 
			
		||||
 
 | 
			
		||||
@@ -88,7 +88,7 @@ limitations under the License.
 | 
			
		||||
 | 
			
		||||
    test('hide messages does not appear when no automated messages',
 | 
			
		||||
        function() {
 | 
			
		||||
      assert.isOk(element.$$('#automatedMessageToggle[hidden]'));
 | 
			
		||||
      assert.isOk(element.$$('#automatedMessageToggleContainer[hidden]'));
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    test('scroll to message', function() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user