fixed jsonpath
removed all grafana references
This commit is contained in:
parent
8f5d83fd60
commit
b442cb7f4f
10 changed files with 39 additions and 38 deletions
|
@ -10,7 +10,7 @@ describe('workspace-project App', () => {
|
|||
|
||||
it('should display welcome message', () => {
|
||||
page.navigateTo();
|
||||
expect(page.getTitleText()).toEqual('grafana-statuspage app is running!');
|
||||
expect(page.getTitleText()).toEqual('universal-statuspage app is running!');
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
|
Reference in a new issue