Skip to content

Commit 8ff662a

Browse files
author
nick
committed
feat: add nomcom expand panel test
Commit ready for merge. - Legacy-Id: 19696
1 parent db34d83 commit 8ff662a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cypress/integration/meeting/agenda.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="cypress" />
22

3-
describe.skip('meeting agenda', () => {
3+
describe('meeting agenda', () => {
44
before(() => {
55
cy.visit('/meeting/agenda/')
66
})

ietf/templates/nomcom/requirements.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ <h2>Desired expertise</h2>
1515
all of this information. These pages may be updated periodically.
1616
</p>
1717

18-
<ul class="nav nav-tabs" role="tablist">
18+
<ul class="nomcom-req-positions-tabs nav nav-tabs" role="tablist">
1919
{% for position in positions %}
2020
<li {% if forloop.first %}class="active"{% endif %}>
2121
<a data-toggle="tab" role="tab" href="#pos-{{ position.name|slugify }}">{{ position.name }}</a>
2222
</li>
2323
{% endfor %}
2424
</ul>
2525

26-
<div class="tab-content">
26+
<div class="nomcom-req-positions-content tab-content">
2727
{% for position in positions %}
2828
<div class="tab-pane {% if forloop.first %}active{% endif %}" id="pos-{{ position.name|slugify }}">
2929
{{ position.get_requirement|safe }}

0 commit comments

Comments
 (0)