Merged in [19696] from nick@staff.ietf.org:

feat: add nomcom expand panel test
 - Legacy-Id: 19738
Note: SVN reference [19696] has been migrated to Git commit 8ff662aed9
This commit is contained in:
Robert Sparks 2021-12-01 23:20:02 +00:00
commit 221d2ba00f
2 changed files with 3 additions and 3 deletions

View file

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

View file

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