Skip to content

Commit

Permalink
Update student-add.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNufais5891 authored Dec 31, 2024
1 parent d28b9a0 commit 03cca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/student-add.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test('Testing add students', async t => {
await t.typeText("#student-Hometown", "Catholic");
await t.click("#student-add");

await t.navigateTo("/Studenst");
await t.navigateTo("/Students");

const table = Selector('#student-table')
const rowCount = await table.find('tr').count;
Expand Down

0 comments on commit 03cca23

Please sign in to comment.