Skip to content

Commit 1a14e40

Browse files
committed
Merge upstream/master into tree-view
2 parents 3e29971 + d8c215a commit 1a14e40

File tree

6 files changed

+15
-20
lines changed

6 files changed

+15
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"vue-router": "4.5.1",
5151
"vue-the-mask": "0.11.1",
5252
"vue3-apexcharts": "1.8.0",
53-
"vuetify": "3.9.0",
53+
"vuetify": "3.9.5",
5454
"vuex": "4.1.0"
5555
},
5656
"devDependencies": {

src/components/cylc/ViewToolbar.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
7272

7373
<script>
7474
import { btnProps } from '@/utils/viewToolbar'
75-
import { VTreeview } from 'vuetify/labs/VTreeview'
7675
7776
export default {
7877
name: 'ViewToolbar',
7978
80-
components: {
81-
VTreeview,
82-
},
83-
8479
emits: [
8580
'setOption'
8681
],

tests/e2e/specs/analysis.cy.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ describe('Analysis view', () => {
4646
.should('be.empty')
4747
cy
4848
.get('input#c-analysis-filter-task-platforms')
49-
.should('have.value', '-1')
49+
.should('have.value', 'All')
5050
cy
5151
.get('input#c-analysis-filter-task-timings')
52-
.should('have.value', 'totalTimes')
52+
.should('have.value', 'Total times')
5353
})
5454

5555
it('Should filter by task name', () => {
@@ -507,7 +507,7 @@ describe('Filters and Options save state', () => {
507507
cy.get('.c-table .v-data-table-footer__items-per-page .v-select')
508508
.as('itemsPerPage')
509509
.find('input')
510-
.should('not.have.value', -1)
510+
.should('not.have.value', 'All')
511511
.get('@itemsPerPage')
512512
.click()
513513
.get('[role="listbox"] .v-list-item')
@@ -516,7 +516,7 @@ describe('Filters and Options save state', () => {
516516
// Wait for menu to close
517517
.should('not.exist')
518518
.get('@itemsPerPage').find('input')
519-
.should('have.value', -1)
519+
.should('have.value', 'All')
520520
// Navigate away
521521
cy.visit('/#/')
522522
.get('.c-dashboard')
@@ -525,7 +525,7 @@ describe('Filters and Options save state', () => {
525525
cy.get('@platformCol')
526526
.should('have.class', sortedClass)
527527
cy.get('@itemsPerPage').find('input')
528-
.should('have.value', -1)
528+
.should('have.value', 'All')
529529
})
530530

531531
it('remembers box and whisker sorting options when switching between workflows', () => {

tests/e2e/specs/table.cy.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe('State saving', () => {
183183
cy.get('.c-table .v-data-table-footer__items-per-page .v-select')
184184
.as('itemsPerPage')
185185
.find('input')
186-
.should('not.have.value', -1)
186+
.should('not.have.value', 'All')
187187
.get('@itemsPerPage')
188188
.click()
189189
.get('[role="listbox"] .v-list-item')
@@ -192,7 +192,7 @@ describe('State saving', () => {
192192
// Wait for menu to close
193193
.should('not.exist')
194194
.get('@itemsPerPage').find('input')
195-
.should('have.value', -1)
195+
.should('have.value', 'All')
196196
// Navigate away
197197
cy.visit('/#/')
198198
.get('.c-dashboard')
@@ -201,7 +201,7 @@ describe('State saving', () => {
201201
cy.get('@platformCol')
202202
.should('have.class', sortedClass)
203203
cy.get('@itemsPerPage').find('input')
204-
.should('have.value', -1)
204+
.should('have.value', 'All')
205205
})
206206

207207
describe('Flow nums', () => {

tests/e2e/specs/toolbar.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('N-window selector', () => {
110110
cy.get('[data-cy=n-win-selector]')
111111
.click()
112112
.get('[data-cy=n-win-popup]')
113-
.find('[role=combobox]')
113+
.find('.v-field[role=combobox]')
114114
.click()
115115
.invoke('attr', 'aria-controls').then((dropdownID) => {
116116
cy.get(`#${dropdownID}`)

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4478,7 +4478,7 @@ __metadata:
44784478
vue-router: "npm:4.5.1"
44794479
vue-the-mask: "npm:0.11.1"
44804480
vue3-apexcharts: "npm:1.8.0"
4481-
vuetify: "npm:3.9.0"
4481+
vuetify: "npm:3.9.5"
44824482
vuex: "npm:4.1.0"
44834483
peerDependenciesMeta:
44844484
react:
@@ -11668,9 +11668,9 @@ __metadata:
1166811668
languageName: node
1166911669
linkType: hard
1167011670

11671-
"vuetify@npm:3.9.0":
11672-
version: 3.9.0
11673-
resolution: "vuetify@npm:3.9.0"
11671+
"vuetify@npm:3.9.5":
11672+
version: 3.9.5
11673+
resolution: "vuetify@npm:3.9.5"
1167411674
peerDependencies:
1167511675
typescript: ">=4.7"
1167611676
vite-plugin-vuetify: ">=2.1.0"
@@ -11683,7 +11683,7 @@ __metadata:
1168311683
optional: true
1168411684
webpack-plugin-vuetify:
1168511685
optional: true
11686-
checksum: 10c0/4a70a856dbd980439ca9766bed0cd950713982c028c1e0923b5ca3da38f609329e2761b2efaeb549984a8b28c26d3861dcaffde80636c968726f2da8d54dac21
11686+
checksum: 10c0/fc8e96c8fd1394b68121ec803a10d17f8ca4a8f68ac77bd2e9c583f3c16aac554e83df07ca86133d34bf286395d44cb41d9a50933c930c050a89bae025236b40
1168711687
languageName: node
1168811688
linkType: hard
1168911689

0 commit comments

Comments
 (0)