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:
commit
221d2ba00f
|
@ -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/')
|
||||||
})
|
})
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue