fix(test): fixed failing unsaved changes test
This commit is contained in:
@@ -28,7 +28,7 @@ export function parse(text, roundUp?) {
|
||||
mathString = text.substring(index + 2);
|
||||
}
|
||||
// We're going to just require ISO8601 timestamps, k?
|
||||
time = moment(parseString);
|
||||
time = moment(parseString, moment.ISO_8601);
|
||||
}
|
||||
|
||||
if (!mathString.length) {
|
||||
|
||||
@@ -29,6 +29,7 @@ define([
|
||||
|
||||
beforeEach(function() {
|
||||
dash = _dashboardSrv.create({
|
||||
refresh: false,
|
||||
rows: [
|
||||
{
|
||||
panels: [{ test: "asd", legend: { } }]
|
||||
|
||||
Reference in New Issue
Block a user