.fade-leave-active {
transition: opacity 0.5s ease;
}
- .fade-enter,
- .fade-leave-active {
+ .fade-enter-from,
+ .fade-leave-to {
opacity: 0;
}
.view {
'@tags': ['history', 'encoding'],
/** @type {import('nightwatch').NightwatchTest} */
- basic(browser) {
+ 'encodes values': function(browser) {
browser
.url(baseURL)
// TODO: move this test to a different spec
'@tags': ['history'],
/** @type {import('nightwatch').NightwatchTest} */
- 'changes the url'(browser) {
+ 'changes the url': function(browser) {
browser
.url(baseURL)
.waitForElementVisible('#app', 1000)