File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cypress/integration/meeting Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/// <reference types="cypress" />
22
3- describe . skip ( 'meeting agenda' , ( ) => {
3+ describe ( 'meeting agenda' , ( ) => {
44 before ( ( ) => {
55 cy . visit ( '/meeting/agenda/' )
66 } )
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments