mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
uncomment UI tests
This commit is contained in:
parent
7820fc3e20
commit
15ff5ff8fb
@ -66,7 +66,7 @@ describe('API Explorer Integration Tests', () => {
|
||||
});
|
||||
|
||||
// Comment out the more complex UI tests until the basic setup is working
|
||||
test.skip('Home page loads correctly', async () => {
|
||||
test('Home page loads correctly', async () => {
|
||||
const servers = getServers();
|
||||
await page.goto(servers.viteUrl);
|
||||
|
||||
@ -78,7 +78,7 @@ describe('API Explorer Integration Tests', () => {
|
||||
expect(title).toContain('API Explorer');
|
||||
});
|
||||
|
||||
test.skip('Chat widget can be opened', async () => {
|
||||
test('Chat widget can be opened', async () => {
|
||||
const servers = getServers();
|
||||
await page.goto(servers.viteUrl);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user