feat: add nomcom expand panel test

Commit ready for merge.
 - Legacy-Id: 19696
This commit is contained in:
nick 2021-11-22 17:37:37 +00:00
parent db34d83feb
commit 8ff662aed9
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/// <reference types="cypress" /> /// <reference types="cypress" />
describe.skip('meeting agenda', () => { describe('meeting agenda', () => {
before(() => { before(() => {
cy.visit('/meeting/agenda/') cy.visit('/meeting/agenda/')
}) })

View file

@ -15,7 +15,7 @@
all of this information. These pages may be updated periodically. all of this information. These pages may be updated periodically.
</p> </p>
<ul class="nav nav-tabs" role="tablist"> <ul class="nomcom-req-positions-tabs nav nav-tabs" role="tablist">
{% for position in positions %} {% for position in positions %}
<li {% if forloop.first %}class="active"{% endif %}> <li {% if forloop.first %}class="active"{% endif %}>
<a data-toggle="tab" role="tab" href="#pos-{{ position.name|slugify }}">{{ position.name }}</a> <a data-toggle="tab" role="tab" href="#pos-{{ position.name|slugify }}">{{ position.name }}</a>
@ -23,7 +23,7 @@
{% endfor %} {% endfor %}
</ul> </ul>
<div class="tab-content"> <div class="nomcom-req-positions-content tab-content">
{% for position in positions %} {% for position in positions %}
<div class="tab-pane {% if forloop.first %}active{% endif %}" id="pos-{{ position.name|slugify }}"> <div class="tab-pane {% if forloop.first %}active{% endif %}" id="pos-{{ position.name|slugify }}">
{{ position.get_requirement|safe }} {{ position.get_requirement|safe }}